]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Thu, 11 Mar 2010 16:23:52 +0000 (16:23 +0000)
committerageay <ageay>
Thu, 11 Mar 2010 16:23:52 +0000 (16:23 +0000)
doc/doxygen/Doxyfile_med_user.in
doc/doxygen/medcoupling.dox

index 5e354293d116277d2a7b6f711c35f4485a72a414..9e5f39f97e1182cddd3c9aeaa6a5de4bac212234 100644 (file)
@@ -111,6 +111,7 @@ FILE_PATTERNS          = MEDMEM_Mesh.* \
                         MEDCouplingUMeshDesc.* \
                         MEDCouplingPointSet.* \
                         MEDCouplingCMesh.* \
+                        MEDCouplingExtrudedMesh.* \
                         MEDCouplingFieldDouble.* \
                         MEDCouplingFieldDiscretization.* \
                         MEDCouplingTimeDiscretization.* \
index 6096857b25bd91166a0a2ea7821b5ce135ceb469..cd5fdb3d151b3ddc94421dac2ad14ea32bbbef08 100644 (file)
@@ -317,7 +317,18 @@ type, only n arrays are needed. In this type of mesh space dimension
 \b and mesh dimension are equals and the value is n. The n arrays will have only one component and the values
 contained in these arrays will be ascendantly sorted.
 
-The class that incarnate this concept in MEDCoupling is : \ref ParaMEDMEM::MEDCouplingCMesh.
+The class that incarnates this concept in MEDCoupling is : \ref ParaMEDMEM::MEDCouplingCMesh.
+
+\section MEDCouplingExtrudedMeshes Extruded Mesh
+
+An extruded mesh is a mesh also called 2.5 D. It a convolution of 2D
+unstructured mesh with 1D unstructured mesh. 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 3D unstructured mesh and a 2D
+unstructured mesh lying on the same coordinates. The advantage of this
+structure is that the interpolation time is optimized.
+
+The class that incarnates this concept in MEDCoupling is : \ref ParaMEDMEM::MEDCouplingExtrudedMesh.
 */
 
 /*!