25 #ifndef GRINS_DIRICHLET_BC_FACTORY_ABSTRACT_H 
   26 #define GRINS_DIRICHLET_BC_FACTORY_ABSTRACT_H 
   32 #include "libmesh/dirichlet_boundaries.h" 
   51     void check_for_vars( 
const GetPot& input, 
const std::string& section,
 
   52                          const std::vector<std::string>& var_names,
 
   53                          std::set<std::string>* vars_found = NULL );
 
   59 #endif // GRINS_DIRICHLET_BC_FACTORY_ABSTRACT_H 
DirichletBCFactoryAbstract(const std::string &bc_type_name)
 
void check_for_vars(const GetPot &input, const std::string §ion, const std::vector< std::string > &var_names, std::set< std::string > *vars_found=NULL)
Helper function. 
 
~DirichletBCFactoryAbstract()