PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Polydim::FEM::MCC Namespace Reference

Classes

class  FEM_MCC_2D_LocalSpace
 Local space for a 2D mixed (velocity/pressure) MCC finite element. More...
 
struct  FEM_MCC_2D_LocalSpace_Data
 Aggregated local space data for a 2D MCC element. More...
 
struct  FEM_MCC_2D_Polygon_Geometry
 Geometric description of a polygon on which a 2D MCC local space is constructed. More...
 
struct  FEM_MCC_2D_ReferenceElement
 
struct  FEM_MCC_2D_ReferenceElement_Data
 
class  FEM_Triangle_RT_MCC_2D_LocalSpace
 
struct  FEM_Triangle_RT_MCC_2D_LocalSpace_Data
 Local space data for a Raviart-Thomas (RT) triangular element in the 2D MCC formulation. More...
 
struct  FEM_Triangle_RT_MCC_2D_Pressure_ReferenceElement_Data
 
class  FEM_Triangle_RT_MCC_2D_ReferenceElement
 
struct  FEM_Triangle_RT_MCC_2D_ReferenceElement_Data
 
struct  FEM_Triangle_RT_MCC_2D_Velocity_ReferenceElement_Data
 

Enumerations

enum class  FEM_MCC_2D_Types { RT_Triangle = 0 }
 Enumeration of the available 2D mixed (velocity/pressure) finite element types. More...
 
enum class  FEM_MCC_Types { RT = 0 }
 

Enumeration Type Documentation

◆ FEM_MCC_2D_Types

Enumeration of the available 2D mixed (velocity/pressure) finite element types.

Each value identifies a concrete local space implementation that can be built on a two-dimensional element for the mixed MCC formulation.

Enumerator
RT_Triangle 

Raviart-Thomas element defined on a triangle.

◆ FEM_MCC_Types

Enumerator
RT