26 #ifndef GRINS_VELOCITY_FE_VARIABLES_H 
   27 #define GRINS_VELOCITY_FE_VARIABLES_H 
   44     virtual void init( libMesh::FEMSystem* system );
 
   59       std::vector<std::string> var_names(3);
 
   60       var_names[0] = 
"u_velocity";
 
   61       var_names[1] = 
"v_velocity";
 
   62       var_names[2] = 
"w_velocity";
 
   68       std::vector<std::string> var_names(3);
 
   99 #endif //GRINS_VELOCITY_FE_VARIABLES_H 
virtual void init(libMesh::FEMSystem *system)
Add variables to the system. 
 
unsigned int VariableIndex
More descriptive name of the type used for variable indices. 
 
Base class for variables with multiple components that all have the same FEType. 
 
static std::string velocity_section()
 
std::string subsection() const 
 
std::vector< std::string > old_var_names()
 
std::vector< std::string > default_names()
 
bool is_constraint_var() const 
 
std::vector< VariableIndex > _vars