Ignore:
Timestamp:
05/12/23 11:34:43 (14 months ago)
Author:
ymipsl
Message:

Modification in remaper to fix problems with non convex cells.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS2/trunk/extern/remap/src/polyg.hpp

    r1579 r2500  
    77 
    88void orient(int n, Coord *vertex, Coord *edge, double *d, const Coord &g); 
    9  
     9void switchOrientation(int N, Coord *vertex, Coord *edge, double *d) ; 
    1010void normals(Coord *x, int n, Coord *a); 
    1111 
     
    1616double polygonarea(Coord *x, int n); 
    1717Coord exact_barycentre(const Coord *x, int n) ; 
     18Coord new_barycentre(const Coord *x, int n) ; 
    1819 
    1920int packedPolygonSize(const Elt& e); 
Note: See TracChangeset for help on using the changeset viewer.