Peano
Loading...
Searching...
No Matches
exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR Class Reference

ExaHyPE 2 ADER-DG handling of adaptive meshes. More...

Inheritance diagram for exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR:
Collaboration diagram for exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR:

Public Member Functions

 __init__ (self, solver, delete_guard="false", interpolate_guard="false", restrict_guard="false")
 
 get_action_set_name (self)
 You should replicate this function in each subclass, so you get meaningful action set names (otherwise, it will be AbstractADERDGActionSet0,1,2,...).
 
 get_body_of_operation (self, operation_name)
 Return actual C++ code snippets to be inserted into C++ code.
 
 get_includes (self)
 Return include statements that you need.
 
- Public Member Functions inherited from exahype2.solvers.aderdg.actionsets.AbstractADERDGActionSet.AbstractADERDGActionSet
 user_should_modify_template (self)
 Is the user allowed to modify the output.
 
- Public Member Functions inherited from peano4.solversteps.ActionSet.ActionSet
 get_constructor_body (self)
 Define a tailored constructor body.
 
 get_static_initialisations (self, full_qualified_classname)
 
 get_destructor_body (self)
 
 get_body_of_getGridControlEvents (self)
 
 get_body_of_prepareTraversal (self)
 
 get_body_of_unprepareTraversal (self)
 
 get_attributes (self)
 Return attributes as copied and pasted into the generated class.
 

Protected Attributes

 _delete_guard
 
 _interpolate_guard
 
 _restrict_guard
 
 _Template_CreateHangingFace
 
 _Template_DestroyHangingFace
 
 _Template_CreateCell
 
 _Template_DestroyCell
 
- Protected Attributes inherited from exahype2.solvers.aderdg.actionsets.AbstractADERDGActionSet.AbstractADERDGActionSet
 _solver
 

Additional Inherited Members

- Data Fields inherited from peano4.solversteps.ActionSet.ActionSet
 descend_invocation_order
 
 parallel
 
- Static Public Attributes inherited from peano4.solversteps.ActionSet.ActionSet
str OPERATION_BEGIN_TRAVERSAL = "beginTraversal"
 
str OPERATION_END_TRAVERSAL = "endTraversal"
 
str OPERATION_CREATE_PERSISTENT_VERTEX = "createPersistentVertex"
 
str OPERATION_DESTROY_PERSISTENT_VERTEX = "destroyPersistentVertex"
 
str OPERATION_CREATE_HANGING_VERTEX = "createHangingVertex"
 
str OPERATION_DESTROY_HANGING_VERTEX = "destroyHangingVertex"
 
str OPERATION_CREATE_PERSISTENT_FACE = "createPersistentFace"
 
str OPERATION_DESTROY_PERSISTENT_FACE = "destroyPersistentFace"
 
str OPERATION_CREATE_HANGING_FACE = "createHangingFace"
 
str OPERATION_DESTROY_HANGING_FACE = "destroyHangingFace"
 
str OPERATION_CREATE_CELL = "createCell"
 
str OPERATION_DESTROY_CELL = "destroyCell"
 
str OPERATION_TOUCH_VERTEX_FIRST_TIME = "touchVertexFirstTime"
 
str OPERATION_TOUCH_VERTEX_LAST_TIME = "touchVertexLastTime"
 
str OPERATION_TOUCH_FACE_FIRST_TIME = "touchFaceFirstTime"
 
str OPERATION_TOUCH_FACE_LAST_TIME = "touchFaceLastTime"
 
str OPERATION_TOUCH_CELL_FIRST_TIME = "touchCellFirstTime"
 
str OPERATION_TOUCH_CELL_LAST_TIME = "touchCellLastTime"
 

Detailed Description

ExaHyPE 2 ADER-DG handling of adaptive meshes.

Despite the name this currently only handles static AMR, so this probably desperately needs to be renamed.

Definition at line 9 of file DynamicAMR.py.

Constructor & Destructor Documentation

◆ __init__()

exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR.__init__ ( self,
solver,
delete_guard = "false",
interpolate_guard = "false",
restrict_guard = "false" )

Reimplemented from exahype2.solvers.aderdg.actionsets.AbstractADERDGActionSet.AbstractADERDGActionSet.

Definition at line 16 of file DynamicAMR.py.

References exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR.__init__().

Referenced by exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR.__init__().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ get_action_set_name()

exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR.get_action_set_name ( self)

You should replicate this function in each subclass, so you get meaningful action set names (otherwise, it will be AbstractADERDGActionSet0,1,2,...).

Reimplemented from exahype2.solvers.aderdg.actionsets.AbstractADERDGActionSet.AbstractADERDGActionSet.

Definition at line 123 of file DynamicAMR.py.

◆ get_body_of_operation()

exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR.get_body_of_operation ( self,
operation_name )

Return actual C++ code snippets to be inserted into C++ code.

See class' string constants starting with OPERATION_ for possible values of operation_name.

Reimplemented from peano4.solversteps.ActionSet.ActionSet.

Definition at line 126 of file DynamicAMR.py.

References exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._delete_guard, exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._interpolate_guard, exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._restrict_guard, exahype2.solvers.aderdg.actionsets.AbstractADERDGActionSet.AbstractADERDGActionSet._solver, exahype2.solvers.fv.actionsets.AbstractFVActionSet.AbstractFVActionSet._solver, exahype2.solvers.fv.EnclaveTasking.UpdateCell._solver, exahype2.solvers.fv.SingleSweep.UpdateCell._solver, exahype2.solvers.limiting.actionsets.AbstractLimiterActionSet.AbstractLimiterActionSet._solver, exahype2.solvers.rkdg.actionsets.AbstractRungeKuttaDGActionSet.AbstractRungeKuttaDGActionSet._solver, exahype2.solvers.rkfd.actionsets.AbstractRKFDActionSet.AbstractRKFDActionSet._solver, exahype2.solvers.rkfd.actionsets.PreprocessSolution.PreprocessReconstructedSolutionWithHalo._solver, exahype2.solvers.rkfd.OneSweepPerRungeKuttaStep.UpdateCell._solver, exahype2.solvers.rkfd.SeparateSweeps.UpdateCell._solver, exahype2.solvers.rkfd.SeparateSweepsWithEnclaveTasking.UpdateCell._solver, exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._Template_CreateCell, exahype2.solvers.fv.actionsets.DynamicAMR.DynamicAMR._Template_CreateCell, exahype2.solvers.rkfd.actionsets.DynamicAMR.DynamicAMR._Template_CreateCell, peano4.toolbox.blockstructured.DynamicAMR.DynamicAMR._Template_CreateCell, peano4.toolbox.multigrid.cellbased.ScalarJacobiWithRediscretisation.ScalarJacobiWithRediscretisation._Template_CreateCell, exahype2.grid.FaceLabel.UpdateFaceLabel._Template_CreateHangingFace, exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._Template_CreateHangingFace, exahype2.solvers.fv.actionsets.DynamicAMR.DynamicAMR._Template_CreateHangingFace, exahype2.solvers.rkfd.actionsets.DynamicAMR.DynamicAMR._Template_CreateHangingFace, peano4.toolbox.blockstructured.DynamicAMR.DynamicAMR._Template_CreateHangingFace, peano4.toolbox.multigrid.cellbased.ScalarJacobiWithRediscretisation.ScalarJacobiWithRediscretisation._Template_CreateHangingFace, exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._Template_DestroyCell, exahype2.solvers.fv.actionsets.DynamicAMR.DynamicAMR._Template_DestroyCell, exahype2.solvers.rkfd.actionsets.DynamicAMR.DynamicAMR._Template_DestroyCell, peano4.toolbox.blockstructured.DynamicAMR.DynamicAMR._Template_DestroyCell, exahype2.grid.FaceLabel.UpdateFaceLabel._Template_DestroyHangingFace, exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._Template_DestroyHangingFace, exahype2.solvers.fv.actionsets.DynamicAMR.DynamicAMR._Template_DestroyHangingFace, exahype2.solvers.rkfd.actionsets.DynamicAMR.DynamicAMR._Template_DestroyHangingFace, peano4.toolbox.blockstructured.DynamicAMR.DynamicAMR._Template_DestroyHangingFace, and peano4.toolbox.multigrid.cellbased.ScalarJacobiWithRediscretisation.ScalarJacobiWithRediscretisation._Template_DestroyHangingFace.

◆ get_includes()

Field Documentation

◆ _delete_guard

exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._delete_guard
protected

◆ _interpolate_guard

exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._interpolate_guard
protected

◆ _restrict_guard

exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._restrict_guard
protected

◆ _Template_CreateCell

◆ _Template_CreateHangingFace

◆ _Template_DestroyCell

exahype2.solvers.aderdg.actionsets.DynamicAMR.DynamicAMR._Template_DestroyCell
protected

◆ _Template_DestroyHangingFace


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