Peano
convergence-study Namespace Reference

Variables

dictionary storage_types
 
 parser
 
 dest
 
 type
 
 int
 
 default
 
 help
 
 choices
 
 required
 
 action
 
 CompileModes
 
 args = parser.parse_args()
 
 project
 
 my_solver = None
 
 initial_conditions
 
 order = int(args.solver[-1])
 
string second_order_formulation = "sofd4" in args.solver
 
 space_order = int(args.solver[2])
 
 time_order = int(args.solver[6])
 
 cell_data_storage
 
 face_data_storage
 
int time_delta_between_two_snapsots = 1e-4
 Tracer setting. More...
 
 name
 
 coordinates
 
 number_of_entries_between_two_db_flushes
 
 data_delta_between_two_snapsots
 
 clear_database_after_flush
 
 tracer_unknowns
 
float delta_plot = 1.0 / 100
 Build the project. More...
 
int dimensions = 3
 
list offset = [-0.5, -0.5, -0.5]
 
list domain_size = [1, 1, 1]
 
list periodic_boundary_conditions = [True, True, True]
 
list probe_point = [-12,-12,0.0]
 
 peano4_project = project.generate_Peano4_project(verbose=args.verbose)
 
 additional_mesh_traversal
 
 project_patch_onto_faces = exahype2.solvers.rkfd.actionsets.ProjectPatchOntoFaces(my_solver)
 
 guards
 
 roll_over_projected_faces
 
 throw_away_data_after_generation
 
 make_clean_first
 
 True
 
 number_of_parallel_builds
 

Variable Documentation

◆ action

convergence-study.action

Definition at line 56 of file convergence-study.py.

◆ additional_mesh_traversal

convergence-study.additional_mesh_traversal
Initial value:
1 = peano4.solversteps.Step( name = "AdditionalMeshTraversal",
2  add_user_defined_actions=False,
3  )

Definition at line 290 of file convergence-study.py.

◆ args

convergence-study.args = parser.parse_args()

Definition at line 121 of file convergence-study.py.

◆ cell_data_storage

convergence-study.cell_data_storage

Definition at line 225 of file convergence-study.py.

◆ choices

convergence-study.choices

Definition at line 41 of file convergence-study.py.

◆ clear_database_after_flush

convergence-study.clear_database_after_flush

Definition at line 250 of file convergence-study.py.

◆ CompileModes

convergence-study.CompileModes

Definition at line 111 of file convergence-study.py.

◆ coordinates

convergence-study.coordinates

◆ data_delta_between_two_snapsots

convergence-study.data_delta_between_two_snapsots

Definition at line 248 of file convergence-study.py.

◆ default

convergence-study.default

Definition at line 35 of file convergence-study.py.

◆ delta_plot

float convergence-study.delta_plot = 1.0 / 100

Build the project.

Definition at line 261 of file convergence-study.py.

◆ dest

convergence-study.dest

Definition at line 35 of file convergence-study.py.

◆ dimensions

int convergence-study.dimensions = 3

Definition at line 265 of file convergence-study.py.

◆ domain_size

list convergence-study.domain_size = [1, 1, 1]

Definition at line 267 of file convergence-study.py.

◆ face_data_storage

convergence-study.face_data_storage

Definition at line 226 of file convergence-study.py.

◆ guards

convergence-study.guards

Definition at line 298 of file convergence-study.py.

◆ help

convergence-study.help

Definition at line 35 of file convergence-study.py.

◆ initial_conditions

convergence-study.initial_conditions

Definition at line 147 of file convergence-study.py.

◆ int

◆ make_clean_first

convergence-study.make_clean_first

Definition at line 326 of file convergence-study.py.

◆ my_solver

convergence-study.my_solver = None

Definition at line 136 of file convergence-study.py.

◆ name

◆ number_of_entries_between_two_db_flushes

convergence-study.number_of_entries_between_two_db_flushes

Definition at line 247 of file convergence-study.py.

◆ number_of_parallel_builds

convergence-study.number_of_parallel_builds

Definition at line 326 of file convergence-study.py.

◆ offset

list convergence-study.offset = [-0.5, -0.5, -0.5]

Definition at line 266 of file convergence-study.py.

◆ order

convergence-study.order = int(args.solver[-1])

Definition at line 167 of file convergence-study.py.

Referenced by Numerics.riemannSolver().

◆ parser

convergence-study.parser
Initial value:
1 = argparse.ArgumentParser(
2  description="ExaHyPE 2 - CCZ4-GaugeWave benchmarking script"
3 )

Definition at line 31 of file convergence-study.py.

Referenced by ContextDynamicRupture< Shortcuts, basisSize, numberOfVariables, numberOfParameters, T >.initRuptureModel().

◆ peano4_project

convergence-study.peano4_project = project.generate_Peano4_project(verbose=args.verbose)

Definition at line 287 of file convergence-study.py.

◆ periodic_boundary_conditions

list convergence-study.periodic_boundary_conditions = [True, True, True]

Definition at line 269 of file convergence-study.py.

◆ probe_point

list convergence-study.probe_point = [-12,-12,0.0]

Definition at line 282 of file convergence-study.py.

◆ project

convergence-study.project
Initial value:
1 = exahype2.Project(
2  ["benchmarks", "exahype2", "ccz4"],
3  "ccz4",
4  executable=args.solver + "-" + str(args.cell_size),
5 )
str
Definition: ccz4.py:55

Definition at line 123 of file convergence-study.py.

◆ project_patch_onto_faces

convergence-study.project_patch_onto_faces = exahype2.solvers.rkfd.actionsets.ProjectPatchOntoFaces(my_solver)

Definition at line 297 of file convergence-study.py.

◆ required

convergence-study.required

Definition at line 42 of file convergence-study.py.

◆ roll_over_projected_faces

convergence-study.roll_over_projected_faces
Initial value:
1 = exahype2.solvers.rkfd.actionsets.RollOverUpdatedFace(my_solver,
2  my_solver._store_face_data_default_guard(),
3  )

Definition at line 301 of file convergence-study.py.

◆ second_order_formulation

string convergence-study.second_order_formulation = "sofd4" in args.solver

Definition at line 168 of file convergence-study.py.

◆ space_order

convergence-study.space_order = int(args.solver[2])

Definition at line 196 of file convergence-study.py.

◆ storage_types

dictionary convergence-study.storage_types
Initial value:
1 = {
2  "CallStack": exahype2.solvers.Storage.CallStack,
3  "Heap": exahype2.solvers.Storage.Heap,
4  "SmartPointers": exahype2.solvers.Storage.SmartPointers,
5 }

Definition at line 24 of file convergence-study.py.

◆ throw_away_data_after_generation

convergence-study.throw_away_data_after_generation

Definition at line 325 of file convergence-study.py.

◆ time_delta_between_two_snapsots

float convergence-study.time_delta_between_two_snapsots = 1e-4

Tracer setting.

Definition at line 240 of file convergence-study.py.

◆ time_order

convergence-study.time_order = int(args.solver[6])

Definition at line 197 of file convergence-study.py.

◆ tracer_unknowns

convergence-study.tracer_unknowns

Definition at line 251 of file convergence-study.py.

◆ True

convergence-study.True

Definition at line 326 of file convergence-study.py.

◆ type

convergence-study.type

Definition at line 35 of file convergence-study.py.

Referenced by main().