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

Classes

class  I_ZFEM_PCC_2D_LocalSpace
 Abstract interface for a 2D primal conforming ZFEM (Zipped FEM) local space. More...
 
class  I_ZFEM_PCC_2D_ReferenceElement
 Abstract interface for the 2D primal conforming ZFEM reference element. More...
 
class  ZFEM_PCC_2D_LocalSpace
 This local space implements [10]. More...
 
struct  ZFEM_PCC_2D_LocalSpace_Data
 
struct  ZFEM_PCC_2D_Polygon_Geometry
 
class  ZFEM_PCC_2D_ReferenceElement
 
struct  ZFEM_PCC_2D_ReferenceElement_Data
 Reference-element data for the 2D primal conforming ZFEM (Zipped FEM) space. More...
 
struct  ZFEM_PCC_PerformanceAnalysis
 
struct  ZFEM_PCC_PerformanceAnalysis_Data
 
struct  ZFEM_PCC_Utilities
 

Enumerations

enum struct  ZFEM_PCC_2D_LocalSpace_Types { ZFEM_PCC_2D_LocalSpace = 1 }
 

Functions

std::unique_ptr< I_ZFEM_PCC_2D_ReferenceElementcreate_ZFEM_PCC_2D_reference_element (const ZFEM_PCC_2D_LocalSpace_Types &type)
 
std::unique_ptr< I_ZFEM_PCC_2D_LocalSpacecreate_ZFEM_PCC_2D_local_space (const ZFEM_PCC_2D_LocalSpace_Types &type)
 

Enumeration Type Documentation

◆ ZFEM_PCC_2D_LocalSpace_Types

Enumerator
ZFEM_PCC_2D_LocalSpace 

Function Documentation

◆ create_ZFEM_PCC_2D_local_space()

std::unique_ptr< I_ZFEM_PCC_2D_LocalSpace > Polydim::ZFEM::PCC::create_ZFEM_PCC_2D_local_space ( const ZFEM_PCC_2D_LocalSpace_Types type)
inline

◆ create_ZFEM_PCC_2D_reference_element()

std::unique_ptr< I_ZFEM_PCC_2D_ReferenceElement > Polydim::ZFEM::PCC::create_ZFEM_PCC_2D_reference_element ( const ZFEM_PCC_2D_LocalSpace_Types type)
inline