|
Peano
|


Public Member Functions | |
| __init__ (self, solver, guard) | |
| get_body_of_operation (self, operation_name) | |
| get_action_set_name (self) | |
| You should replicate this function in each subclass, so you get meaningful action set names (otherwise, it will be AbstractFVActionSet0,1,2,...). | |
| get_includes (self) | |
| Public Member Functions inherited from coupling.actionsets.AbstractLimiterActionSet.AbstractLimiterActionSet | |
| __init__ (self, solver) | |
| solver: Ader-DG Reference to creating class | |
| user_should_modify_template (self) | |
Data Fields | |
| guard = guard | |
Static Public Attributes | |
| str | TemplateCopyFaceData |
Additional Inherited Members | |
| Protected Attributes inherited from coupling.actionsets.AbstractLimiterActionSet.AbstractLimiterActionSet | |
| _solver = solver | |
Definition at line 8 of file SolveRiemannProblem.py.
| coupling.actionsets.SolveRiemannProblem.SolveRiemannProblem.__init__ | ( | self, | |
| solver, | |||
| guard ) |
Definition at line 147 of file SolveRiemannProblem.py.
References __init__().
Referenced by __init__().


| coupling.actionsets.SolveRiemannProblem.SolveRiemannProblem.get_action_set_name | ( | self | ) |
You should replicate this function in each subclass, so you get meaningful action set names (otherwise, it will be AbstractFVActionSet0,1,2,...).
Reimplemented from coupling.actionsets.AbstractLimiterActionSet.AbstractLimiterActionSet.
Definition at line 162 of file SolveRiemannProblem.py.
| coupling.actionsets.SolveRiemannProblem.SolveRiemannProblem.get_body_of_operation | ( | self, | |
| operation_name ) |
Definition at line 151 of file SolveRiemannProblem.py.
References coupling.actionsets.AbstractLimiterActionSet.AbstractLimiterActionSet._solver, guard, and TemplateCopyFaceData.
| coupling.actionsets.SolveRiemannProblem.SolveRiemannProblem.get_includes | ( | self | ) |
Reimplemented from coupling.actionsets.AbstractLimiterActionSet.AbstractLimiterActionSet.
Definition at line 165 of file SolveRiemannProblem.py.
References coupling.actionsets.AbstractLimiterActionSet.AbstractLimiterActionSet._solver, and get_includes().
Referenced by get_includes().


| coupling.actionsets.SolveRiemannProblem.SolveRiemannProblem.guard = guard |
Definition at line 149 of file SolveRiemannProblem.py.
Referenced by get_body_of_operation(), coupling.actionsets.SpreadLimiterStatus.SpreadLimiterStatus.get_body_of_operation(), and coupling.actionsets.VerifyTroubledness.VerifyTroubledness.get_body_of_operation().
|
static |
Definition at line 9 of file SolveRiemannProblem.py.
Referenced by get_body_of_operation().