ViennaGrid - The Vienna Grid Library
2.1.0
|
Meta function for creating a topologic configuration. More...
#include <mesh_config.hpp>
Public Types | |
typedef full_topology_config_helper < CellTagT, CellTagT, HandleTagT, VertexContainerTagT, CellContainerTagT >::type | type |
Meta function for creating a topologic configuration.
CellTagT | The cell tag of the mesh |
HandleTagT | Defines, which handle type should be used for all elements. Default is pointer handle |
VertexContainerTagT | Defines, which container type should be used for vertices. Default is std::deque |
CellContainerTagT | Defines, which container type should be used for cells. Default is std::deque |
typedef full_topology_config_helper<CellTagT, CellTagT, HandleTagT, VertexContainerTagT, CellContainerTagT>::type type |