Chi-Tech
doc_SpatialDiscretization.h
Go to the documentation of this file.
1/**\defgroup doc_SpatialDiscretization Spatial Discretizations
2*
3* \ingroup LuaMath
4*
5* Spatial discretizations transforms a continuum spatial domain into a discrete
6* domain by mapping the space within discrete cells to values stored at nodes.
7* The per-cell mapping is done via a `CellMapping`.
8* */