Chi-Tech
doc_CellMappings.h
Go to the documentation of this file.
1/**\defgroup doc_CellMappings Cell Mappings
2*
3In order to for a cell to map an actual Finite Element we need an interface
4class that can map a geometric cell to an element. The different types of
5elements in existence is quite vast and here we only have a subset of the most
6popular ones. The nice thing ChiTech is that we support elements beyond just
7the traditional elements, i.e. triangles, quadrilaterals, tetrahedra and
8hexahedra, to the general class of polygons and polyhedra.
9*
10* \ingroup doc_SpatialDiscretization*/