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 220 of file Tempus_StepperDIRK_decl.hpp.
|
inline |
Constructor.
Definition at line 226 of file Tempus_StepperDIRK_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 231 of file Tempus_StepperDIRK_decl.hpp.
|
inlinevirtual |
Compute the time derivative.
Implements Tempus::TimeDerivative< Scalar >.
Definition at line 234 of file Tempus_StepperDIRK_decl.hpp.
|
inlinevirtual |
Definition at line 243 of file Tempus_StepperDIRK_decl.hpp.
|
private |
Definition at line 250 of file Tempus_StepperDIRK_decl.hpp.
|
private |
Definition at line 249 of file Tempus_StepperDIRK_decl.hpp.