29 #include "libmesh/getpot.h" 
   30 #include "libmesh/fem_system.h" 
   36                                                     const std::string& physics_name,
 
   37                                                     bool is_2D, 
bool is_3D,
 
   38                                                     bool is_constraint_var )
 
   40                                     this->subsection(),
"LAGRANGE",
"FIRST",is_constraint_var),
 
   52     unsigned int mesh_dim = system->get_mesh().mesh_dimension();
 
   55     if ( mesh_dim == 3 || 
_is_3D )
 
DisplacementFEVariables()
 
virtual void init(libMesh::FEMSystem *system)
Add variables to the system. 
 
Base class for variables with multiple components that all have the same FEType. 
 
bool _is_2D
Tracks whether this is a 2D problem. 
 
bool _is_3D
Tracks whether this is a 3D problem. 
 
virtual void init(libMesh::FEMSystem *system)
Initialize System variables. 
 
std::vector< std::string > _var_names