![]() |
Bimetric 3+1 toolkit for spherical symmetry
|
Interface used for MoL integration that prepares and finalizes integration steps. More...
#include <methodOfLines.h>
Private Member Functions | |
virtual void | integStep_Prepare (Int m)=0 |
Calculate the dependent variables from the prime state variables which are needed for the integration. | |
virtual void | integStep_Finalize (Int mNext, Int mPrev)=0 |
Perform the additional steps after each integration step. | |
virtual bool | integStep_Diagnostics (Int m, Int chkNaNs_nFrom, Int chkNaNs_nTo)=0 |
Calculate diagnostics variables (also checking for eventual NaNs). | |
virtual void | integStep_CalcEvolutionRHS (Int m)=0 |
Prepare the right-hand side of the evolution equations. | |
virtual void | applyLeftBoundaryCondition (Int m)=0 |
Fix the state variables at the left boundary. | |
virtual void | applyRightBoundaryCondition (Int m)=0 |
Fix the state variables at the right boundary. | |
Friends | |
class | MoL |
Interface used for MoL integration that prepares and finalizes integration steps.
Definition at line 14 of file methodOfLines.h.
virtual void IntegFace::applyLeftBoundaryCondition | ( | Int | m | ) | [private, pure virtual] |
Fix the state variables at the left boundary.
Implemented in BimetricEvolve.
virtual void IntegFace::applyRightBoundaryCondition | ( | Int | m | ) | [private, pure virtual] |
Fix the state variables at the right boundary.
Implemented in BimetricEvolve.
virtual void IntegFace::integStep_CalcEvolutionRHS | ( | Int | m | ) | [private, pure virtual] |
Prepare the right-hand side of the evolution equations.
Implemented in BimetricEvolve.
virtual bool IntegFace::integStep_Diagnostics | ( | Int | m, |
Int | chkNaNs_nFrom, | ||
Int | chkNaNs_nTo | ||
) | [private, pure virtual] |
Calculate diagnostics variables (also checking for eventual NaNs).
Implemented in BimetricEvolve.
virtual void IntegFace::integStep_Finalize | ( | Int | mNext, |
Int | mPrev | ||
) | [private, pure virtual] |
Perform the additional steps after each integration step.
Implemented in BimetricEvolve.
virtual void IntegFace::integStep_Prepare | ( | Int | m | ) | [private, pure virtual] |
Calculate the dependent variables from the prime state variables which are needed for the integration.
Implemented in BimetricEvolve.
friend class MoL [friend] |
Definition at line 16 of file methodOfLines.h.