25 #ifndef GRINS_PHYSICS_FACTORY_PLANE_STRESS_SOLIDS_H 
   26 #define GRINS_PHYSICS_FACTORY_PLANE_STRESS_SOLIDS_H 
   33   template<
template<
typename> 
class DerivedPhysics>
 
   38                                      const std::string& core_physics_name )
 
   46     virtual libMesh::UniquePtr<Physics> 
build_physics( 
const GetPot& input,
 
   47                                                        const std::string& physics_name );
 
   53 #endif // GRINS_PHYSICS_FACTORY_PLANE_STRESS_SOLIDS_H 
~PhysicsFactoryPlaneStressSolids()
 
PhysicsFactory base class for Physics that may have a related "core" Physics. 
 
PhysicsFactoryPlaneStressSolids(const std::string &physics_name, const std::string &core_physics_name)
 
virtual libMesh::UniquePtr< Physics > build_physics(const GetPot &input, const std::string &physics_name)