source: XIOS/dev/branch_openmp/extern/remap/src/meshutil.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: 246 bytes
Line 
1#include <vector>
2#include "elt.hpp"
3
4namespace sphereRemap {
5
6void cptEltGeom(Elt& elt, const Coord &pole);
7void cptAllEltsGeom(Elt *elt, int N, const Coord &pole);
8void update_baryc(Elt *elt, int N);
9void computeGradients(Elt **elt, int N);
10
11}
Note: See TracBrowser for help on using the repository browser.