source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/extern/remap/src/meshutil.hpp @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

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.