26 #ifndef PARAMETER_MANAGER_H
27 #define PARAMETER_MANAGER_H
32 #include "libmesh/getpot.h"
33 #include "libmesh/parameter_vector.h"
38 class MultiphysicsSystem;
54 const std::string & parameters_varname,
70 #endif // PARAMETER_MANAGER_H
std::vector< std::string > parameter_name_list
Simple class to hold and initialize a ParameterVector.
libMesh::ParameterVector parameter_vector
Interface with libMesh for solving Multiphysics problems.
virtual ~ParameterManager()
virtual void initialize(const GetPot &input, const std::string ¶meters_varname, GRINS::MultiphysicsSystem &system, GRINS::CompositeQoI *qoi)