![]() |
LifeV
|
This file contains the definition of the GeometricMap class (and an helper function) More...
Include dependency graph for GeometricMap.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | GeometricMap |
| GeometricMap - Structure for the geometrical mapping. More... | |
Namespaces | |
| LifeV | |
| Default Physical Solver. | |
Functions | |
| template<typename MeshType > | |
| const GeometricMap & | getGeometricMap (MeshType &) |
Variables | |
| const GeometricMap | geoLinearNode |
| const GeometricMap | geoLinearSeg |
| const GeometricMap | geoQuadraticSeg |
| const GeometricMap | geoLinearTria |
| const GeometricMap | geoBilinearQuad |
| const GeometricMap | geoBiquadraticQuad |
| const GeometricMap | geoLinearTetra |
| const GeometricMap | geoBilinearHexa |
| const GeometricMap | geoBiquadraticHexa |
This file contains the definition of the GeometricMap class (and an helper function)
This class contains the geometrical transformation that maps the reference element on the current element.
Definition in file GeometricMap.hpp.