PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
FEM_PCC_1D_Creator.hpp File Reference
#include "FEM_PCC_1D_ReferenceElement.hpp"
#include "FEM_PCC_1D_LocalSpace.hpp"
#include <memory>
Include dependency graph for FEM_PCC_1D_Creator.hpp:

Go to the source code of this file.

Namespaces

namespace  Polydim
 
namespace  Polydim::FEM
 
namespace  Polydim::FEM::PCC
 

Enumerations

enum struct  Polydim::FEM::PCC::FEM_PCC_1D_LocalSpace_Types { Polydim::FEM::PCC::FEM_PCC_1D_LocalSpace = 1 }
 Enumeration of the available 1D PCC (primal/continuous) local space types. More...
 

Functions

std::unique_ptr< FEM_PCC_1D_ReferenceElementPolydim::FEM::PCC::create_FEM_PCC_1D_reference_element (const FEM_PCC_1D_LocalSpace_Types &type)
 Factory building the reference element for a 1D PCC local space type.
 
std::unique_ptr< FEM_PCC_1D_LocalSpacePolydim::FEM::PCC::create_FEM_PCC_1D_local_space (const FEM_PCC_1D_LocalSpace_Types &type)
 Factory building the local space for a 1D PCC local space type.