25 #ifndef GRINS_PHYSICS_BUILDER_H 
   26 #define GRINS_PHYSICS_BUILDER_H 
   69 #endif // GRINS_PHYSICS_BUILDER_H 
static PhysicsList build_physics_map(const GetPot &input)
Returns container of constructed Physics objects. 
 
static void parse_requested_physics(const GetPot &input, std::set< std::string > &requested_physics)
Parses the requested Physics from input and populates the set passed to this function. 
 
std::map< std::string, SharedPtr< GRINS::Physics > > PhysicsList
Container for GRINS::Physics object pointers. 
 
Manages runtime construction of Physics objects.