|
Tempus
Version of the Day
Time Integration
|
#include <Tempus_StepperExplicit_decl.hpp>
Public Member Functions | |
| ExplicitODEParameters () | |
| Constructor. More... | |
| ExplicitODEParameters (Scalar timeStepSize, int stageNumber=0) | |
| Constructor. More... | |
Public Attributes | |
| Scalar | timeStepSize_ |
| int | stageNumber_ |
Definition at line 17 of file Tempus_StepperExplicit_decl.hpp.
|
inline |
Constructor.
Definition at line 21 of file Tempus_StepperExplicit_decl.hpp.
|
inline |
Constructor.
Definition at line 25 of file Tempus_StepperExplicit_decl.hpp.
| int ExplicitODEParameters< Scalar >::stageNumber_ |
Definition at line 30 of file Tempus_StepperExplicit_decl.hpp.
| Scalar ExplicitODEParameters< Scalar >::timeStepSize_ |
Definition at line 29 of file Tempus_StepperExplicit_decl.hpp.