Salome HOME
Revert "Synchronize adm files"
[modules/med.git] / doc / doxygen / doxfiles / medcoupling / MEDCouplingExtruded.dox
1
2 /*!
3   \page MEDCouplingExtrudedPage 3D Extruded meshes in MEDCoupling
4
5 An extruded mesh is a mesh also called 2.5 D.
6
7 It is a convolution of a 2D unstructured mesh with a 1D unstructured mesh.
8
9 The problem is that this type of mesh is not managed by any file format that's why to build an instance of this mesh you need a 3D unstructured mesh and a 2D
10 unstructured mesh lying on the same coordinates.
11
12 The advantage of this structure is that the interpolation time is highly improved.
13
14 This class is also useful for users that want to map the 3D unstructured mesh cell ids level by level along an axis.
15
16 The class that incarnates this concept in MEDCoupling is : \ref ParaMEDMEM::MEDCouplingExtrudedMesh.
17 */