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_ReferenceElement > | Polydim::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_LocalSpace > | Polydim::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. | |