Tempus
Version of the Day
Time Integration
|
StepperState is a simple class to hold state information about the stepper. More...
#include <Tempus_StepperState.hpp>
Public Member Functions | |
StepperState (std::string name="Default") | |
Constructor. More... | |
virtual Teuchos::RCP < StepperState< Scalar > > | clone () const |
Clone copy constructor. More... | |
virtual void | copy (const Teuchos::RCP< const StepperState< Scalar > > &ss) |
This is a deep copy. More... | |
Overridden from Teuchos::Describable | |
virtual std::string | description () const |
virtual void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel) const |
Public Attributes | |
std::string | stepperName_ |
Name of the creating Stepper. More... | |
StepperState is a simple class to hold state information about the stepper.
Design Considerations
Definition at line 36 of file Tempus_StepperState.hpp.
|
inline |
Constructor.
Definition at line 43 of file Tempus_StepperState.hpp.
|
inlinevirtual |
Clone copy constructor.
Definition at line 46 of file Tempus_StepperState.hpp.
|
inlinevirtual |
This is a deep copy.
Definition at line 54 of file Tempus_StepperState.hpp.
|
inlinevirtual |
Definition at line 63 of file Tempus_StepperState.hpp.
|
inlinevirtual |
Definition at line 61 of file Tempus_StepperState.hpp.
std::string Tempus::StepperState< Scalar >::stepperName_ |
Name of the creating Stepper.
Definition at line 71 of file Tempus_StepperState.hpp.