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. | |
virtual Teuchos::RCP< StepperState< Scalar > > | clone () const |
Clone copy constructor. | |
virtual void | copy (const Teuchos::RCP< const StepperState< Scalar > > &ss) |
This is a deep copy. | |
Overridden from Teuchos::Describable | |
std::string | stepperName_ |
Name of the creating Stepper. | |
virtual std::string | description () const |
virtual void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel) const |
StepperState is a simple class to hold state information about the stepper.
Design Considerations
Definition at line 37 of file Tempus_StepperState.hpp.
|
inline |
Constructor.
Definition at line 44 of file Tempus_StepperState.hpp.
|
inlinevirtual |
Clone copy constructor.
Definition at line 47 of file Tempus_StepperState.hpp.
|
inlinevirtual |
This is a deep copy.
Definition at line 55 of file Tempus_StepperState.hpp.
|
inlinevirtual |
Definition at line 62 of file Tempus_StepperState.hpp.
|
inlinevirtual |
Definition at line 67 of file Tempus_StepperState.hpp.
std::string Tempus::StepperState< Scalar >::stepperName_ |
Name of the creating Stepper.
Definition at line 78 of file Tempus_StepperState.hpp.