Searched defs:wt (Results 1 – 12 of 12) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | gltri.c | 5 void gltri(int *n1, int *n2, double pt[][3], double wt[], int *npt) in gltri()
|
| H A D | symline.c | 8 void symline(int *n1, double pt[][4], double wt[], int *err) in symline() 49 int lineIntPnt(int nint, DARR2 **bcord, double **wt) in lineIntPnt()
|
| H A D | symquad.c | 10 void symquad(int *n1, double pt[][4], double wt[], int *err) in symquad() 77 int quadIntPnt(int nint, DARR3 **bcord, double **wt) in quadIntPnt()
|
| H A D | symtripyr.c | 8 void symtripyr(int *n1, double pt[][4], double wt[], int *err) in symtripyr() 124 int triIntPntPyr(int nint, DARR3 **bcord, double **wt) in triIntPntPyr()
|
| H A D | symtri.c | 8 void symtri(int *n1, double pt[][4], double wt[], int *err) in symtri() 85 int triIntPnt(int nint, DARR3 **bcord, double **wt) in triIntPnt()
|
| H A D | symtet.c | 9 void symtet(int *n1, double pt[][4], double wt[], int *err) in symtet() 175 int tetIntPnt(int nint, DARR4 **bcord, double **wt) in tetIntPnt()
|
| H A D | symquadw.c | 8 void symquadw(int *n1, double pt[][4], double wt[], int *err) in symquadw() 136 int quadwIntPnt(int nint, DARR3 **bcord, double **wt) in quadwIntPnt()
|
| H A D | symhex.c | 10 void symhex(int *n1, double pt[][4], double wt[], int *err) in symhex() 144 int hexIntPnt(int nint, DARR4 **bcord, double **wt) in hexIntPnt()
|
| H A D | sympyr.c | 10 void sympyr(int *n1, double pt[][4], double wt[], int *err) in sympyr() 227 int pyrIntPnt(int nint, DARR4 **bcord, double **wt) in pyrIntPnt()
|
| H A D | symwdg.c | 8 void symwdg(int *n1, double pt[][4], double wt[], int *err) in symwdg() 211 int wdgIntPnt(int nint, DARR4 **bcord, double **wt) in wdgIntPnt()
|
| H A D | GaussLegendre1D.c | 168 int GaussLegendre1D(int npt, double **pt, double **wt) { in GaussLegendre1D()
|
| /phasta/phSolver/compressible/ |
| H A D | gltet.c | 4 gltet_(int *n1, int *n2,int *n3, double pt[][4], double wt[], int *npt) in gltet_()
|