25 #ifndef GRINS_PRESSURE_FE_VARIABLE_H 
   26 #define GRINS_PRESSURE_FE_VARIABLE_H 
   60     { 
return "pressure"; }
 
   78 #endif // GRINS_PRESSURE_FE_VARIABLE_H 
unsigned int VariableIndex
More descriptive name of the type used for variable indices. 
 
std::string subsection() const 
 
PressureFEVariable(const GetPot &input, const std::string &physics_name, bool _is_constraint_var=false)
 
bool _is_constraint_var
Tracks whether this is a constraint variable. 
 
std::string old_var_name() const 
 
std::string default_name() const 
 
static std::string pressure_section()
 
std::vector< VariableIndex > _vars
 
Base class for variables with a single component.