Tempus
Version of the Day
Time Integration
|
#include <Tempus_WrapperModelEvaluator.hpp>
Public Member Functions | |
ImplicitODEParameters () | |
Constructor. More... | |
ImplicitODEParameters (Teuchos::RCP< TimeDerivative< Scalar > > timeDer, Scalar timeStepSize, Scalar alpha, Scalar beta, EVALUATION_TYPE evaluationType=SOLVE_FOR_X, int stageNumber=0) | |
Constructor. More... | |
Public Attributes | |
Teuchos::RCP< TimeDerivative < Scalar > > | timeDer_ |
Scalar | timeStepSize_ |
Scalar | alpha_ |
Scalar | beta_ |
EVALUATION_TYPE | evaluationType_ |
int | stageNumber_ |
Definition at line 27 of file Tempus_WrapperModelEvaluator.hpp.
|
inline |
Constructor.
Definition at line 30 of file Tempus_WrapperModelEvaluator.hpp.
|
inline |
Constructor.
Definition at line 40 of file Tempus_WrapperModelEvaluator.hpp.
Teuchos::RCP<TimeDerivative<Scalar> > Tempus::ImplicitODEParameters< Scalar >::timeDer_ |
Definition at line 53 of file Tempus_WrapperModelEvaluator.hpp.
Scalar Tempus::ImplicitODEParameters< Scalar >::timeStepSize_ |
Definition at line 54 of file Tempus_WrapperModelEvaluator.hpp.
Scalar Tempus::ImplicitODEParameters< Scalar >::alpha_ |
Definition at line 55 of file Tempus_WrapperModelEvaluator.hpp.
Scalar Tempus::ImplicitODEParameters< Scalar >::beta_ |
Definition at line 56 of file Tempus_WrapperModelEvaluator.hpp.
EVALUATION_TYPE Tempus::ImplicitODEParameters< Scalar >::evaluationType_ |
Definition at line 57 of file Tempus_WrapperModelEvaluator.hpp.
int Tempus::ImplicitODEParameters< Scalar >::stageNumber_ |
Definition at line 58 of file Tempus_WrapperModelEvaluator.hpp.