Salome HOME
medcoupling documentation modification
[tools/medcoupling.git] / doc / developer / doxygen / doxfiles / start / intro-start.dox
1 /*!
2
3 \page intro-start What can I do with MED? 
4
5 Simulation studies require the manipulation of \ref meshes "meshes" and \ref fields "fields" for data
6 pre-processing, in calculation schemes (including chaining and coupling
7 of codes), or even for results post-processing.
8
9 Corresponding computer codes can be viewed as software components accessing
10 input \ref meshes "meshes" and \ref fields "fields" (with specific constraints) along with parameters
11 (datasets), and producing output \ref meshes "meshes" and \ref fields "fields". Each code presents by
12 construction the specificities of its discipline.
13
14 The \ref library "MED module" aims at pooling operations on those items, facilitating
15 their use by various codes involved in a simulation process. This includes
16 making codes communicate while preserving as much as possible the integrity of
17 their content.
18
19 To fulfill its objective, the \ref library "MED module" includes:
20 - Handling \ref meshes "meshes" and \ref fields "fields" to satisfy code input requirements.
21 - Extraction of field information to post-process computation results of
22 a code.
23 - \ref interpolation "Projections" and serialization to \ref para-dec "exchange meshes and fields" between codes.
24
25 In addition, the \ref library "MED module" offers several interfacing levels; users can thus
26 benefit from an interaction level adapted to their codes.
27
28 The main services offered by \ref library "MEDCoupling" are:
29 - Manipulation of \ref fields "fields" and their support \ref meshes "mesh", serialized with the 
30 \ref medloader "MED format".
31 - Operations on scalars, vectors, and second order tensors.
32 - 1D/2D/3D \ref interpolation "interpolation" on nodes, cells, Gauss points and nodes by element.
33
34 MEDCoupling thus considers:
35 - the \ref MEDCouplingMeshes "data dimension".
36 - the \ref NatureOfField "physical nature" of the information stored in a field, as well as conservation laws.
37 - the field profiles and the mesh connectivity.
38
39 \image html projectionHQ_600.png
40 <br />
41
42 */