| 1234567891011 |
- #include <vector>
- #include "elt.hpp"
- namespace sphereRemap {
- void cptEltGeom(Elt& elt, const Coord &pole);
- void cptAllEltsGeom(Elt *elt, int N, const Coord &pole);
- void update_baryc(Elt *elt, int N);
- void computeGradients(Elt **elt, int N);
- }
|