Last change
on this file since 2697 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 | |
---|
3 | namespace sphereRemap { |
---|
4 | |
---|
5 | void ptsec(Elt *ea, Elt *eb, Ipt *ipt); |
---|
6 | void recense(Elt *ea, Elt *eb, Ipt *ipt, std::list<Sgm> &iscot, int pass); |
---|
7 | int assemble(std::list<Sgm> &iscot, Coord *c, double *d, Coord *xc); |
---|
8 | |
---|
9 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.