source: XIOS/dev/branch_openmp/extern/remap/src/intersect.hpp @ 1460

Last change on this file since 1460 was 1016, checked in by ymipsl, 7 years ago

Second order interpolation : is now able to detect a cell as neighbour if only a part of the edge is common with the target cell. Fix some problem with reduced gaussian grid which cannot detect correct neighboround on the latitude.

YM

File size: 153 bytes
Line 
1namespace sphereRemap {
2
3void set_neighbour(Elt& elt, const Elt& elt2);
4bool isNeighbour(Elt& elt, const Elt& elt2);
5
6void intersect(Elt *a, Elt *b);
7
8}
Note: See TracBrowser for help on using the repository browser.