|
Tempus Version of the Day
Time Integration
|
PhysicsState is a simple class to hold information about the physics. More...
#include <Tempus_PhysicsState_decl.hpp>
Public Member Functions | |
| PhysicsState (std::string pN="Tempus::PhysicsState") | |
| Constructor. | |
| virtual | ~PhysicsState () |
| Destructor. | |
| virtual Teuchos::RCP< PhysicsState< Scalar > > | clone () const |
| Clone constructor. | |
| virtual void | copy (const Teuchos::RCP< const PhysicsState< Scalar > > &pS) |
| This is a deep copy. | |
| virtual std::string | getName () const |
| Return name of PhysicsState. | |
| virtual void | setName (std::string pN) |
| Set name of PhysicsState. | |
Overridden from Teuchos::Describable | |
| std::string | physicsName_ |
| Name of the creating Physics. | |
| virtual std::string | description () const |
| virtual void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
PhysicsState is a simple class to hold information about the physics.
Design Considerations
Definition at line 37 of file Tempus_PhysicsState_decl.hpp.
| Tempus::PhysicsState< Scalar >::PhysicsState | ( | std::string | pN = "Tempus::PhysicsState< Scalar >" | ) |
Constructor.
Definition at line 20 of file Tempus_PhysicsState_impl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 45 of file Tempus_PhysicsState_decl.hpp.
|
virtual |
Clone constructor.
Reimplemented in Tempus_Test::PhysicsStateCounter< Scalar >.
Definition at line 25 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
This is a deep copy.
Reimplemented in Tempus_Test::PhysicsStateCounter< Scalar >.
Definition at line 36 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Return name of PhysicsState.
Definition at line 43 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Set name of PhysicsState.
Definition at line 49 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Definition at line 55 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Reimplemented in Tempus_Test::PhysicsStateCounter< Scalar >.
Definition at line 61 of file Tempus_PhysicsState_impl.hpp.
|
protected |
Name of the creating Physics.
Definition at line 68 of file Tempus_PhysicsState_decl.hpp.