29 #include "libmesh/getpot.h" 
   30 #include "libmesh/string_to_enum.h" 
   31 #include "libmesh/fem_system.h" 
   36                                             bool is_constraint_var)
 
   38                                     this->subsection(),
"LAGRANGE",
"SECOND",is_constraint_var),
 
   46     libmesh_assert_greater_equal(system->get_mesh().mesh_dimension(), 2);
 
   48     if ( system->get_mesh().mesh_dimension() < 3)
 
virtual void init(libMesh::FEMSystem *system)
Add variables to the system. 
 
virtual void init(libMesh::FEMSystem *system)
Add variables to the system. 
 
Base class for variables with multiple components that all have the same FEType. 
 
std::vector< std::string > _var_names