Salome HOME
extract medtool doc from MED
[modules/med.git] / medtool / doc / user / doxygen / doxfiles / reference / interpolation / intersectors.dox
1 /*!
2
3 \page InterpKerIntersectors Intersectors
4
5 The various interpolation methods often require the computation of the intersection between
6 a cell of the source mesh and a cell of the target mesh. The intersectors implemented in the
7 library take care of this job. 
8
9 Before reading on, remember the definition of a \ref glossary "P0 and P1 field".
10
11 - \subpage intersec-specifics
12 - \subpage interpkernelGeo2D
13 - \subpage barycoords (used in some P1 intersectors) 
14
15 Some implementation details of the C++ code can also be found here: \ref interpkernel 
16
17 */