 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file.
5 #include "../../shared/Numerics/types.h"
9 #define MAX_LINE_GAUS_PTS 7
11 #define MAX_TRIA_SYM_ORD 20
13 #define MAX_TETRA_SYM_ORD 6
15 #define MAX_LINE_GLOB_PTS 5
17 #define MAX_GAUS_ITER 30
void GaussRecur(IssmPDouble *zero, IssmPDouble *weight, int n, IssmPDouble *alpha, IssmPDouble *beta)
void GaussLegendreLinear(IssmPDouble **pxgaus, IssmPDouble **pxwgt, int ngaus)
void GaussLegendreTetra(int *pngaus, IssmDouble **pl1, IssmDouble **pl2, IssmDouble **pl3, IssmDouble **pl4, IssmDouble **pwgt, int iord)
IssmDouble alpha(IssmDouble x, IssmDouble y, IssmDouble z, int testid)
void GaussLobatto(IssmPDouble **pxgaus, IssmPDouble **pxwgt, int ngaus)
void GaussLegendreTria(int *pngaus, IssmDouble **pl1, IssmDouble **pl2, IssmDouble **pl3, IssmDouble **pwgt, int iord)