#include <cl_Element_Factory.hpp>
Public Member Functions | |
| ElementFactory ()=default | |
| ~ElementFactory ()=default | |
| Element * | create_element (const ElementType aType, const id_t aID) const |
| ReferenceElement * | create_reference_element (const ElementType aType) const |
| void | create_orientation_table (const ElementType aType, Matrix< uint > &aTable) const |
|
default |
|
default |
| Element * belfem::mesh::ElementFactory::create_element | ( | const ElementType | aType, |
| const id_t | aID ) const |
| void belfem::mesh::ElementFactory::create_orientation_table | ( | const ElementType | aType, |
| Matrix< uint > & | aTable ) const |
| ReferenceElement * belfem::mesh::ElementFactory::create_reference_element | ( | const ElementType | aType | ) | const |