std::unique_ptr< GenericElement< T > > createCell(std::string_view key, bool is_boundary_point, std::map< std::string_view, std::vector< int > > all_boundary_points, std::vector< int > nodal_values, SimulationClassBase< T > *sim, int num_cell, ElementProperties< T > props)
Registry function for the cell types.
Definition CellRegistry.h:27