|
Tempus
Version of the Day
Time Integration
|
Time-derivative interface for DIRK. More...
#include <Tempus_StepperDIRK_decl.hpp>
Public Member Functions | |
| StepperDIRKTimeDerivative (Scalar s, Teuchos::RCP< const Thyra::VectorBase< Scalar > > xTilde) | |
| Constructor. More... | |
| virtual | ~StepperDIRKTimeDerivative () |
| Destructor. More... | |
| virtual void | compute (Teuchos::RCP< const Thyra::VectorBase< Scalar > > x, Teuchos::RCP< Thyra::VectorBase< Scalar > > xDot, Teuchos::RCP< Thyra::VectorBase< Scalar > > xDotDot=Teuchos::null) |
| Compute the time derivative. More... | |
| virtual void | initialize (Scalar s, Teuchos::RCP< const Thyra::VectorBase< Scalar > > xTilde) |
Private Attributes | |
| Teuchos::RCP< const Thyra::VectorBase< Scalar > > | xTilde_ |
| Scalar | s_ |
Time-derivative interface for DIRK.
Given the stage state
and
compute the DIRK stage time-derivative,
is not used and set to null.
Definition at line 223 of file Tempus_StepperDIRK_decl.hpp.
|
inline |
Constructor.
Definition at line 229 of file Tempus_StepperDIRK_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 234 of file Tempus_StepperDIRK_decl.hpp.
|
inlinevirtual |
Compute the time derivative.
Implements Tempus::TimeDerivative< Scalar >.
Definition at line 237 of file Tempus_StepperDIRK_decl.hpp.
|
inlinevirtual |
Definition at line 246 of file Tempus_StepperDIRK_decl.hpp.
|
private |
Definition at line 253 of file Tempus_StepperDIRK_decl.hpp.
|
private |
Definition at line 252 of file Tempus_StepperDIRK_decl.hpp.