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

Last change on this file since 1460 was 688, checked in by mhnguyen, 9 years ago

Integrating remap library into XIOS

+) Change name of some files of remap library to be compatible with XIOS
+) Implement function to fill in automatically boundary longitude and latitude

Test
+) On Curie
+) test_remap correct

File size: 232 bytes
Line 
1#include "elt.hpp"
2
3namespace sphereRemap {
4
5void ptsec(Elt *ea, Elt *eb, Ipt *ipt);
6void recense(Elt *ea, Elt *eb, Ipt *ipt, std::list<Sgm> &iscot, int pass);
7int assemble(std::list<Sgm> &iscot, Coord *c, double *d, Coord *xc);
8
9}
Note: See TracBrowser for help on using the repository browser.