Salome HOME
ef9db963e6e955c8a36f19c6d7b02fea2c59aaa9
[modules/med.git] / doc / user / doxygen / doxfiles / reference / interpolation / interpolation.dox
1 /*!
2
3 \page interpolation Interpolation
4
5 Interpolation (or projection) methods is a key feature of the MEDCoupling library.
6 It allows to "transfer" the values of a field on a given source mesh to another, newly created field
7 on a target mesh. 
8
9 The two meshes/fields need not to have the same \ref MEDCouplingMeshes "mesh/spatial dimension", nor do they need to have the same \ref discretization "discretization".
10
11 - \subpage intro-interp
12 - \subpage InterpKerRemapGlobal
13 - \subpage NatureOfField
14 - \subpage remapper
15 - \subpage InterpKerIntersectors
16
17 If you are looking for a parallel utilisation of the above, take a look at:
18
19 - \ref parallel
20
21 Some implementation details of the C++ code can be found in appendix:
22
23 - \ref interpkernel
24
25 */