MFEM v4.8.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::FunctionSpace Class Reference

Describes the function space on each element. More...

#include <fe_base.hpp>

Public Types

enum  { Pk , Qk , rQk , Uk }
 

Detailed Description

Describes the function space on each element.

Definition at line 225 of file fe_base.hpp.

Member Enumeration Documentation

◆ anonymous enum

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.


The documentation for this class was generated from the following file: