9 #ifndef Tempus_PhysicsState_impl_hpp
10 #define Tempus_PhysicsState_impl_hpp
12 #include "Teuchos_VerboseObject.hpp"
13 #include "Teuchos_Describable.hpp"
19 template<
class Scalar>
24 template<
class Scalar>
25 Teuchos::RCP<PhysicsState<Scalar> >
28 Teuchos::RCP<PhysicsState<Scalar> > pSB =
31 pSB->setName(this->getName());
36 template<
class Scalar>
40 physicsName_ = pS->getName();
43 template<
class Scalar>
49 template<
class Scalar>
55 template<
class Scalar>
61 template<
class Scalar>
63 Teuchos::FancyOStream & out,
64 const Teuchos::EVerbosityLevel verbLevel)
const
66 out << description() <<
"::describe" << std::endl
67 <<
" physicsName = " << physicsName_ << std::endl;
72 #endif // Tempus_PhysicsState_impl_hpp