Rythmos - Transient Integration for Differential Equations  Version of the Day
 All Classes Functions Variables Typedefs Pages
Public Member Functions | Public Attributes | List of all members
Rythmos::StepStatus< Scalar > Struct Template Reference

More...

#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
 

Detailed Description

template<class Scalar>
struct Rythmos::StepStatus< Scalar >

Definition at line 133 of file Rythmos_StepperSupportTypes.hpp.

Constructor & Destructor Documentation

template<class Scalar>
Rythmos::StepStatus< Scalar >::StepStatus ( )
inline

Definition at line 160 of file Rythmos_StepperSupportTypes.hpp.

Member Data Documentation

template<class Scalar>
std::string Rythmos::StepStatus< Scalar >::message

Definition at line 135 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
EStepStatus Rythmos::StepStatus< Scalar >::stepStatus

Definition at line 137 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
EStepLETStatus Rythmos::StepStatus< Scalar >::stepLETStatus

Definition at line 139 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
Scalar Rythmos::StepStatus< Scalar >::stepSize

Definition at line 141 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
int Rythmos::StepStatus< Scalar >::order

Definition at line 143 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
Scalar Rythmos::StepStatus< Scalar >::time

Definition at line 145 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
Scalar Rythmos::StepStatus< Scalar >::stepLETValue

Definition at line 147 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
RCP<const Thyra::VectorBase<Scalar> > Rythmos::StepStatus< Scalar >::solution

Definition at line 152 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
RCP<const Thyra::VectorBase<Scalar> > Rythmos::StepStatus< Scalar >::solutionDot

Definition at line 154 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
RCP<const Thyra::VectorBase<Scalar> > Rythmos::StepStatus< Scalar >::residual

Definition at line 156 of file Rythmos_StepperSupportTypes.hpp.

template<class Scalar>
RCP<const Teuchos::ParameterList> Rythmos::StepStatus< Scalar >::extraParameters

Definition at line 158 of file Rythmos_StepperSupportTypes.hpp.


The documentation for this struct was generated from the following file: