Salome HOME
Thanks CVS for this fantastic management of directories...
[modules/med.git] / doc / doxygen / doxfiles / interpolation / remapper.dox
1
2 /*!
3 \page RemapperClasses The remapper class.
4
5 \section InterpKerHighLevUsage High-level usage
6
7 The simplest way of using the \ref interptools 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 data structure, ParaMEDMEM::MEDCouplingRemapper class should be used.
10
11 Here is a \ref cpp_mcfield_remapper_highlevel "C++ example".
12
13
14 \section InterpKerMidLevUsage Middle-level usage
15
16 This mode is the mode that needs the minimum of prerequisites
17 (algorithms and the data structure you intend to use). On the other
18 hand it is needed to specify precisely nature of interpolator.
19
20 As a consequence of the genericity of the interpolators,  they are usable only by
21 instantiating an underlying \ref InterpKerMeshType "mesh" and \ref  InterpKerMatrixType "matrix" data structure fulfilling some requirements.
22
23 Here is a \ref cpp_mcfield_remapper_middlelevel "C++ example".
24
25 */