Ice Sheet System Model  4.18
Code documentation
Trianglex.h
Go to the documentation of this file.
1 
5 #ifndef _TRIANGLEX_H_
6 #define _TRIANGLEX_H_
7 
8 #include <string.h>
9 #include "../../classes/classes.h"
10 
11 /* local prototypes: */
12 void Trianglex(int** pindex,IssmPDouble** px,IssmPDouble** py,int** psegments,int** psegmentmarkerlist,int* pnels,int* pnods, int* pnseg,Contours* domain,Contours* rifts,double area);
13 #endif /* _TRIANGLEX_H */
Contours
Declaration of Contours class.
Definition: Contours.h:10
Trianglex
void Trianglex(int **pindex, IssmPDouble **px, IssmPDouble **py, int **psegments, int **psegmentmarkerlist, int *pnels, int *pnods, int *pnseg, Contours *domain, Contours *rifts, double area)
Definition: Trianglex.cpp:19
IssmPDouble
IssmDouble IssmPDouble
Definition: types.h:38