MFEM v4.7.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 }
 

Detailed Description

Describes the function space on each element.

Definition at line 221 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.

Definition at line 224 of file fe_base.hpp.


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