Rythmos - Transient Integration for Differential Equations
Version of the Day
|
#include <Rythmos_StepperSupportTypes.hpp>
Public Member Functions | |
StepStatus () | |
Public Attributes | |
std::string | message |
EStepStatus | stepStatus |
EStepLETStatus | stepLETStatus |
Scalar | stepSize |
int | order |
Scalar | time |
Scalar | stepLETValue |
RCP< const Thyra::VectorBase < Scalar > > | solution |
RCP< const Thyra::VectorBase < Scalar > > | solutionDot |
RCP< const Thyra::VectorBase < Scalar > > | residual |
RCP< const Teuchos::ParameterList > | extraParameters |
Definition at line 133 of file Rythmos_StepperSupportTypes.hpp.
|
inline |
Definition at line 160 of file Rythmos_StepperSupportTypes.hpp.
std::string Rythmos::StepStatus< Scalar >::message |
Definition at line 135 of file Rythmos_StepperSupportTypes.hpp.
EStepStatus Rythmos::StepStatus< Scalar >::stepStatus |
Definition at line 137 of file Rythmos_StepperSupportTypes.hpp.
EStepLETStatus Rythmos::StepStatus< Scalar >::stepLETStatus |
Definition at line 139 of file Rythmos_StepperSupportTypes.hpp.
Scalar Rythmos::StepStatus< Scalar >::stepSize |
Definition at line 141 of file Rythmos_StepperSupportTypes.hpp.
int Rythmos::StepStatus< Scalar >::order |
Definition at line 143 of file Rythmos_StepperSupportTypes.hpp.
Scalar Rythmos::StepStatus< Scalar >::time |
Definition at line 145 of file Rythmos_StepperSupportTypes.hpp.
Scalar Rythmos::StepStatus< Scalar >::stepLETValue |
Definition at line 147 of file Rythmos_StepperSupportTypes.hpp.
RCP<const Thyra::VectorBase<Scalar> > Rythmos::StepStatus< Scalar >::solution |
Definition at line 152 of file Rythmos_StepperSupportTypes.hpp.
RCP<const Thyra::VectorBase<Scalar> > Rythmos::StepStatus< Scalar >::solutionDot |
Definition at line 154 of file Rythmos_StepperSupportTypes.hpp.
RCP<const Thyra::VectorBase<Scalar> > Rythmos::StepStatus< Scalar >::residual |
Definition at line 156 of file Rythmos_StepperSupportTypes.hpp.
RCP<const Teuchos::ParameterList> Rythmos::StepStatus< Scalar >::extraParameters |
Definition at line 158 of file Rythmos_StepperSupportTypes.hpp.