Last change
on this file since 2698 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 | |
---|
4 | namespace sphereRemap { |
---|
5 | |
---|
6 | void cptEltGeom(Elt& elt, const Coord &pole); |
---|
7 | void cptAllEltsGeom(Elt *elt, int N, const Coord &pole); |
---|
8 | void update_baryc(Elt *elt, int N); |
---|
9 | void computeGradients(Elt **elt, int N); |
---|
10 | |
---|
11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.