|
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. | |
| virtual | ~StepperIMEX_RKPartTimeDerivative () |
| Destructor. | |
| 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. | |
| 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 
![\[ \tilde{X} = x_{n-1} +\Delta t \sum_{j=1}^{i-1} a_{ij}\,\dot{X}_{j},
\]](form_77.png)
compute the IMEX RK stage time-derivative,
![\[ \dot{X}_i = \frac{X_{i} - \tilde{X}}{a_{ii} \Delta t}
\]](form_78.png)

Definition at line 480 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inline |
Constructor.
Definition at line 486 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 491 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inlinevirtual |
Compute the time derivative.
Implements Tempus::TimeDerivative< Scalar >.
Definition at line 494 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
inlinevirtual |
Definition at line 509 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
private |
Definition at line 515 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.
|
private |
Definition at line 516 of file Tempus_StepperIMEX_RK_Partition_decl.hpp.