Tempus
Version of the Day
Time Integration
|
Time-derivative interface for Partitioned IMEX RK. More...
#include <Tempus_StepperIMEX_RK_Partition_decl.hpp>
Public Member Functions | |
StepperIMEX_RKPartTimeDerivative (Scalar s, Teuchos::RCP< const Thyra::VectorBase< Scalar > > xTilde) | |
Constructor. More... | |
virtual | ~StepperIMEX_RKPartTimeDerivative () |
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 Partitioned IMEX RK.
Given the stage state and
compute the IMEX RK stage time-derivative,
is not used and set to null.
Definition at line 388 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inline |
Constructor.
Definition at line 394 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 399 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inlinevirtual |
Compute the time derivative.
Implements Tempus::TimeDerivative< Scalar >.
Definition at line 402 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inlinevirtual |
Definition at line 417 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
private |
Definition at line 424 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
private |
Definition at line 423 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.