Salome HOME
extract medtool doc from MED
[modules/med.git] / medtool / doc / user / doxygen / doxfiles / reference / interpolation / remapper.dox
1
2 /*!
3 \page remapper The remapper class.
4
5 \section InterpKerHighLevUsage High-level usage
6
7 The simplest way of using the \ref intro-interp "interpolations" in sequential mode is to use the class \c ParaMEDMEM::MEDCouplingRemapper . This class fulfills \c HXX2SALOME rules and may be used in YACS coupling graphs.
8
9 If you intend to use \ref medcoupling "MEDCoupling data structures", the ParaMEDMEM::MEDCouplingRemapper class should be used.
10
11 \if ENABLE_EXAMPLES
12 Here is a \ref cpp_mcfield_remapper_highlevel "C++ example".
13 \endif
14
15 \section InterpKerMidLevUsage Middle-level usage
16
17 This mode is the mode that needs the minimum of prerequisites
18 (algorithms and the data structure you intend to use). On the other
19 hand it is needed to specify precisely nature of interpolator.
20
21 As a consequence of the genericity of the interpolators,  they are usable only by
22 instantiating an underlying \ref InterpKerMeshType "mesh" and \ref  InterpKerMatrixType "matrix" data structure fulfilling some requirements.
23
24 \if ENABLE_EXAMPLES
25 Here is a \ref cpp_mcfield_remapper_middlelevel "C++ example".
26 \endif
27
28 */