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. More... | |
virtual | ~PhysicsState () |
Destructor. More... | |
virtual Teuchos::RCP < PhysicsState< Scalar > > | clone () const |
Clone constructor. More... | |
virtual void | copy (const Teuchos::RCP< const PhysicsState< Scalar > > &pS) |
This is a deep copy. More... | |
virtual std::string | getName () const |
Return name of PhysicsState. More... | |
virtual void | setName (std::string pN) |
Set name of PhysicsState. More... | |
Overridden from Teuchos::Describable | |
virtual std::string | description () const |
virtual void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const |
Protected Attributes | |
std::string | physicsName_ |
Name of the creating Physics. More... | |
PhysicsState is a simple class to hold information about the physics.
Design Considerations
Definition at line 36 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 46 of file Tempus_PhysicsState_decl.hpp.
|
virtual |
Clone constructor.
Reimplemented in Tempus_Test::PhysicsStateCounter< Scalar >.
Definition at line 26 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
This is a deep copy.
Reimplemented in Tempus_Test::PhysicsStateCounter< Scalar >.
Definition at line 37 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Reimplemented in Tempus_Test::PhysicsStateCounter< Scalar >.
Definition at line 62 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Definition at line 56 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Return name of PhysicsState.
Definition at line 44 of file Tempus_PhysicsState_impl.hpp.
|
virtual |
Set name of PhysicsState.
Definition at line 50 of file Tempus_PhysicsState_impl.hpp.
|
protected |
Name of the creating Physics.
Definition at line 70 of file Tempus_PhysicsState_decl.hpp.