25 #ifndef GRINS_PRIMITIVE_TEMP_FE_VARIABLES_H 
   26 #define GRINS_PRIMITIVE_TEMP_FE_VARIABLES_H 
   80 #endif // GRINS_PRIMITIVE_TEMP_FE_VARIABLES_H 
unsigned int VariableIndex
More descriptive name of the type used for variable indices. 
 
PrimitiveTempFEVariables()
 
~PrimitiveTempFEVariables()
 
std::string subsection() const 
 
bool _is_constraint_var
Tracks whether this is a constraint variable. 
 
static std::string temperature_section()
 
std::string default_name() const 
 
std::string old_var_name() const 
 
std::vector< VariableIndex > _vars
 
Base class for variables with a single component. 
 
PrimitiveTempFEVariables(const GetPot &input, const std::string &physics_name, bool _is_constraint_var=false)