![]() |
Peano
|
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 | |
def ccz4.CCZ4Solver.__init__ | ( | self, | |
name, | |||
patch_size, | |||
min_mesh_unit_h, | |||
max_mesh_unit_h, | |||
cfl, | |||
domain_r, | |||
KOSig | |||
) |
def ccz4.CCZ4Solver.add_adm_constriants | ( | self | ) |
def ccz4.CCZ4Solver.add_Psi4W | ( | self | ) |
add psi4 writer
Definition at line 256 of file ccz4.py.
References ccz4.CCZ4Solver._auxiliary_variables, mgccz4.MGCCZ4Solver._auxiliary_variables, ccz4.CCZ4Solver._my_user_includes, gauge-wave-fv.CCZ4Solver._my_user_includes, performance_testbed.CCZ4Solver._my_user_includes, ccz4.CCZ4Solver._preprocess_reconstructed_patch, ccz4.CCZ4Solver.create_action_sets(), performance_testbed.CCZ4Solver.create_action_sets(), SBH.Limiter.create_action_sets(), SBH.FD4SolverWithLimiter.create_action_sets(), SBH.FD4SolverWithoutLimiter.create_action_sets(), SBH.FVSolver.create_action_sets(), coupling.StaticCoupling.StaticCoupling.create_action_sets(), coupling.StaticCoupling.StaticCoupling.create_data_structures(), and CCZ4Helper.get_body_of_Psi_Calc().
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().
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.
|
private |
Definition at line 244 of file ccz4.py.
Referenced by mgccz4.MGCCZ4Solver.add_derivative_calculation(), ccz4.CCZ4Solver.add_Psi4W(), SBH.FD4SolverWithLimiter.create_action_sets(), and SBH.FD4SolverWithoutLimiter.create_action_sets().
|
private |
Definition at line 112 of file ccz4.py.
Referenced by ccz4.CCZ4Solver.add_Psi4W(), ccz4.CCZ4Solver.get_user_action_set_includes(), and performance_testbed.CCZ4Solver.get_user_action_set_includes().
|
private |
Definition at line 250 of file ccz4.py.
Referenced by ccz4.CCZ4Solver.add_Psi4W().