|
dict | ccz4.modes |
|
dict | ccz4.floatparams |
|
dict | ccz4.intparams = {"BBHType":2, "LapseType":1, "tp_grid_setup":0, "swi":99, "ReSwi":0, "SO":0} |
|
| ccz4.parser = argparse.ArgumentParser(description='ExaHyPE 2 - CCZ4 script') |
|
| ccz4.dest |
|
| ccz4.type |
|
| ccz4.float |
|
| ccz4.required |
|
| ccz4.help |
|
| ccz4.default |
|
| ccz4.int |
|
| ccz4.False |
|
| ccz4.action |
|
| ccz4.choices |
|
| ccz4.True |
|
| ccz4.str |
|
| ccz4.v |
|
| ccz4.args = parser.parse_args() |
|
| ccz4.SuperClass = None |
|
| ccz4.userinfo = [] |
| main starts here
|
|
str | ccz4.exe = "peano4" |
|
| ccz4.project = exahype2.Project( ["applications", "exahype2", "ccz4"], "ccz4", executable=exe) |
|
bool | ccz4.is_aderdg = False |
| Pick solver.
|
|
bool | ccz4.is_rkdg = False |
|
str | ccz4.solver_name = "CCZ4" |
|
int | ccz4.order = 3 |
|
int | ccz4.unknowns = 59 |
|
float | ccz4.time_step_size = 0.001 |
|
str | ccz4.msg = "Warning: ADER-DG no supported on this machine" |
|
| ccz4.min_h = args.min_h |
|
| ccz4.my_solver |
|
list | ccz4.tem_interp = ["TP_constant","TP_linear_with_linear_extrap_normal_interp"] |
| Pick interpolation scheme.
|
|
list | ccz4.tem_restrict = ["TP_inject_normal_extrap","TP_average_normal_extrap"] |
|
list | ccz4.periodic_boundary_conditions = [False,False,False] |
|
| ccz4.TemplateHandleBoundary_KernelCalls |
|
str | ccz4.solverconstants = "" |
|
dict | ccz4.build_mode = modes[args.mode] |
|
int | ccz4.dimensions = 3 |
|
dict | ccz4.dr = floatparams["domain_r"] |
| Domain settings.
|
|
list | ccz4.offset = [2*dr, 2*dr, 2*dr] |
|
| ccz4.first_checkpoint_time_stamp |
|
| ccz4.time_in_between_checkpoints |
|
| ccz4.cpath = args.checkpoint_path |
|
| ccz4.expected_restart_timestamp |
|
| ccz4.restart_timestamp |
|
| ccz4.checkpoint_path |
|
str | ccz4.path = "./" |
| output dir and proble
|
|
list | ccz4.probe_point = [-100, -100, 0.0] |
|
| ccz4.tracer_particles = project.add_tracer( name="Tracer",attribute_count=59 ) |
|
| ccz4.init_action_set |
|
list | ccz4.particle_set = [[-0.1,0,0],[0.1,0,0],[0,0.1,0],[0,-0.1,0]]) |
|
| ccz4.descend_invocation_order |
|
| ccz4.tracer_action_set |
|
| ccz4.dump_action_set |
|
| ccz4.peano4_project = project.generate_Peano4_project(verbose=True) |
| linking stuff
|
|
| ccz4.additional_mesh_traversal |
|
| ccz4.project_patch_onto_faces = exahype2.solvers.rkfd.actionsets.ProjectPatchOntoFaces(my_solver) |
|
| ccz4.guards |
|
| ccz4.roll_over_projected_faces |
|
| ccz4.dynamic_AMR |
|
| ccz4.throw_away_data_after_generation |
|
| ccz4.make_clean_first |
|