Rheolef  7.1
an efficient C++ finite element environment
element_constant.h
Go to the documentation of this file.
1 #ifndef _RHEO_ELEMNT_CONSTANT_H
2 #define _RHEO_ELEMNT_CONSTANT_H
23 
24 namespace rheolef {
25 
26 namespace element_constant {
27  typedef enum {
28  Lagrange = 0,
29  Hermite = 1,
30  dof_family_max = 2
32 } // namespace element_constant
33 
34 }// namespace rheolef
35 #endif // _RHEO_ELEMNT_CONSTANT_H
This file is part of Rheolef.