source: XIOS/dev/dev_olga/src/extern/remap/src/meshutil.hpp @ 1022

Last change on this file since 1022 was 1022, checked in by mhnguyen, 7 years ago
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.