25 #ifndef GRINS_ISOTHERMAL_DIRICHLET_OLD_STYLE_BC_FACTORY_H 
   26 #define GRINS_ISOTHERMAL_DIRICHLET_OLD_STYLE_BC_FACTORY_H 
   45     virtual libMesh::UniquePtr<libMesh::FunctionBase<libMesh::Number> >
 
   48                 std::vector<std::string>& var_names,
 
   49                 const std::string& section );
 
   55 #endif // GRINS_ISOTHERMAL_DIRICHLET_OLD_STYLE_BC_FACTORY_H 
~IsothermalDirichletOldStyleBCFactory()
virtual libMesh::UniquePtr< libMesh::FunctionBase< libMesh::Number > > build_func(const GetPot &input, MultiphysicsSystem &system, std::vector< std::string > &var_names, const std::string §ion)
Builds the FunctionBase object for boundary condition. 
IsothermalDirichletOldStyleBCFactory(const std::string &bc_type_name)
Interface with libMesh for solving Multiphysics problems.