![]() |
MFEM v4.8.0
Finite element discretization library
|
Describes the function space on each element. More...
#include <fe_base.hpp>
Public Types | |
enum | { Pk , Qk , rQk , Uk } |
Describes the function space on each element.
Definition at line 225 of file fe_base.hpp.
anonymous enum |
Enumerator | |
---|---|
Pk | Polynomials of order k. |
Qk | Tensor products of polynomials of order k. |
rQk | Refined tensor products of polynomials of order k. |
Uk | Rational polynomials of order k. |
Definition at line 228 of file fe_base.hpp.