LifeV
|
This file contains an helper function to get a geometric map adapted to a mesh. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/core/fem/GeometricMap.hpp>
#include <lifev/core/mesh/ElementShapes.hpp>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
template<typename Shape > | |
const GeometricMap & | geometricMapFromElementShape () |
Generic implementation of the GeometricMapFromElementShape. More... | |
template<typename MeshType > | |
const GeometricMap & | geometricMapFromMesh () |
Function to get the map that goes with a mesh (version with template argument only) More... | |
template<typename MeshType > | |
const GeometricMap & | geometricMapFromMesh (const std::shared_ptr< MeshType > &) |
Function to get the map that goes with a mesh (version with mesh in argument) More... | |
This file contains an helper function to get a geometric map adapted to a mesh.
Definition in file MeshGeometricMap.hpp.