Peano
ccz4.CCZ4Solver Class Reference
Inheritance diagram for ccz4.CCZ4Solver:
Collaboration diagram for ccz4.CCZ4Solver:

Public Member Functions

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

Private Attributes

 _my_user_includes
 
 _patch_size
 
 _domain_r
 
 _fused_compute_kernel_call_cpu
 
 _auxiliary_variables
 
 _preprocess_reconstructed_patch
 

Detailed Description

Definition at line 87 of file ccz4.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 88 of file ccz4.py.

Member Function Documentation

◆ add_adm_constriants()

def ccz4.CCZ4Solver.add_adm_constriants (   self)

@add adm constriants (Hamilton and Momentum)

Definition at line 240 of file ccz4.py.

◆ add_Psi4W()

◆ create_action_sets()

def ccz4.CCZ4Solver.create_action_sets (   self)

Definition at line 228 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()

def ccz4.CCZ4Solver.get_user_action_set_includes (   self)

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

Definition at line 234 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

◆ _domain_r

ccz4.CCZ4Solver._domain_r
private

Definition at line 170 of file ccz4.py.

◆ _fused_compute_kernel_call_cpu

ccz4.CCZ4Solver._fused_compute_kernel_call_cpu
private

Definition at line 193 of file ccz4.py.

◆ _my_user_includes

ccz4.CCZ4Solver._my_user_includes
private

◆ _patch_size

ccz4.CCZ4Solver._patch_size
private

Definition at line 169 of file ccz4.py.

◆ _preprocess_reconstructed_patch

ccz4.CCZ4Solver._preprocess_reconstructed_patch
private

Definition at line 250 of file ccz4.py.

Referenced by ccz4.CCZ4Solver.add_Psi4W().


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