libMesh
fe_monomial_test.C
Go to the documentation of this file.
1 
2 #include "fe_test.h"
3 
9 
10 #if LIBMESH_DIM > 1
16 
21 
31 
32 // This only is an exact projection because we're using a test
33 // C0Polygon with an affine map
35 #endif
36 
37 #if LIBMESH_DIM > 2
44 
54 
67 
69 #endif
INSTANTIATE_FETEST(FIRST, MONOMIAL, EDGE2)