LifeV
MeshGeometricMap.hpp File Reference

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>
+ Include dependency graph for MeshGeometricMap.hpp:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

This file contains an helper function to get a geometric map adapted to a mesh.

Date
07/2011
Author
Samuel Quinodoz samue.nosp@m.l.qu.nosp@m.inodo.nosp@m.z@ep.nosp@m.fl.ch

Definition in file MeshGeometricMap.hpp.