Peano
Loading...
Searching...
No Matches
ccz4.CCZ4Solver Class Reference
Inheritance diagram for ccz4.CCZ4Solver:
Collaboration diagram for ccz4.CCZ4Solver:

Public Member Functions

 __init__ (self, name, patch_size, min_mesh_unit_h, max_mesh_unit_h, cfl, domain_r, KOSig)
 
 create_action_sets (self)
 
 get_user_action_set_includes (self)
 We take this routine to add a few additional include statements.
 
 add_adm_constriants (self)
 @add adm constriants (Hamilton and Momentum)
 
 add_Psi4W (self)
 add psi4 writer
 

Protected Attributes

 _my_user_includes
 
 _patch_size
 
 _domain_r
 
 _fused_compute_kernel_call_cpu
 
 _flux_implementation
 
 _ncp_implementation
 
 _source_term_implementation
 
 _auxiliary_variables
 
 _preprocess_reconstructed_patch
 

Detailed Description

Definition at line 83 of file ccz4.py.

Constructor & Destructor Documentation

◆ __init__()

ccz4.CCZ4Solver.__init__ ( self,
name,
patch_size,
min_mesh_unit_h,
max_mesh_unit_h,
cfl,
domain_r,
KOSig )

Definition at line 84 of file ccz4.py.

Member Function Documentation

◆ add_adm_constriants()

ccz4.CCZ4Solver.add_adm_constriants ( self)

@add adm constriants (Hamilton and Momentum)

Definition at line 232 of file ccz4.py.

◆ add_Psi4W()

◆ create_action_sets()

ccz4.CCZ4Solver.create_action_sets ( self)

Definition at line 220 of file ccz4.py.

Referenced by mgccz4.MGCCZ4Solver.add_derivative_calculation(), and ccz4.CCZ4Solver.add_Psi4W().

Here is the caller graph for this function:

◆ get_user_action_set_includes()

ccz4.CCZ4Solver.get_user_action_set_includes ( self)

We take this routine to add a few additional include statements.

Definition at line 226 of file ccz4.py.

References ccz4.CCZ4Solver._my_user_includes, gauge-wave-fv.CCZ4Solver._my_user_includes, and performance_testbed.CCZ4Solver._my_user_includes.

Field Documentation

◆ _auxiliary_variables

ccz4.CCZ4Solver._auxiliary_variables
protected

◆ _domain_r

ccz4.CCZ4Solver._domain_r
protected

Definition at line 176 of file ccz4.py.

◆ _flux_implementation

ccz4.CCZ4Solver._flux_implementation
protected

Definition at line 190 of file ccz4.py.

◆ _fused_compute_kernel_call_cpu

ccz4.CCZ4Solver._fused_compute_kernel_call_cpu
protected

Definition at line 189 of file ccz4.py.

◆ _my_user_includes

ccz4.CCZ4Solver._my_user_includes
protected

◆ _ncp_implementation

ccz4.CCZ4Solver._ncp_implementation
protected

Definition at line 191 of file ccz4.py.

◆ _patch_size

ccz4.CCZ4Solver._patch_size
protected

Definition at line 175 of file ccz4.py.

◆ _preprocess_reconstructed_patch

ccz4.CCZ4Solver._preprocess_reconstructed_patch
protected

Definition at line 242 of file ccz4.py.

Referenced by ccz4.CCZ4Solver.add_Psi4W().

◆ _source_term_implementation

ccz4.CCZ4Solver._source_term_implementation
protected

Definition at line 192 of file ccz4.py.


The documentation for this class was generated from the following file: