Salome HOME
7th step - Update doc.
[tools/medcoupling.git] / doc / user / doxygen / doxfiles / reference / meshes / MEDCouplingExtruded.dox
1
2 /*!
3   \page MEDCouplingExtrudedPage 3D extruded mesh
4
5 An extruded mesh is sometimes also called a 2.5D mesh.
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 MEDCoupling::MEDCouplingExtrudedMesh.
17 */