12#ifndef __ZFEM_PCC_2D_Creator_HPP
13#define __ZFEM_PCC_2D_Creator_HPP
38 return std::make_unique<ZFEM_PCC_2D_ReferenceElement>();
40 throw std::runtime_error(
"ZFEM type " + std::to_string((
unsigned int)type) +
" not supported");
49 return std::make_unique<ZFEM_PCC_2D_LocalSpace>();
51 throw std::runtime_error(
"ZFEM type " + std::to_string((
unsigned int)type) +
" not supported");
This local space implements .
Definition ZFEM_PCC_2D_LocalSpace.hpp:29
std::unique_ptr< I_ZFEM_PCC_2D_ReferenceElement > create_ZFEM_PCC_2D_reference_element(const ZFEM_PCC_2D_LocalSpace_Types &type)
Definition ZFEM_PCC_2D_Creator.hpp:33
std::unique_ptr< I_ZFEM_PCC_2D_LocalSpace > create_ZFEM_PCC_2D_local_space(const ZFEM_PCC_2D_LocalSpace_Types &type)
Definition ZFEM_PCC_2D_Creator.hpp:44
ZFEM_PCC_2D_LocalSpace_Types
Definition ZFEM_PCC_2D_Creator.hpp:29
Definition FEM_MCC_2D_LocalSpace.cpp:17