libMesh
fe_bernstein_test.C
Go to the documentation of this file.
1 
2 #include "libmesh_config.h"
3 
4 #ifdef LIBMESH_ENABLE_HIGHER_ORDER_SHAPES
5 
6 #include "fe_test.h"
7 
12 
13 #if LIBMESH_DIM > 1
18 
22 
27 #endif
28 
29 #if LIBMESH_DIM > 2
33 
38 #endif
39 
40 #endif // LIBMESH_ENABLE_HIGHER_ORDER_SHAPES
INSTANTIATE_FETEST(FIRST, BERNSTEIN, EDGE2)