Searched refs:DARR4 (Results 1 – 5 of 5) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | symhex.c | 6 typedef double DARR4[4]; typedef 8 int hexIntPnt(int,DARR4**,double **); 13 DARR4 *lpt; in symhex() 144 int hexIntPnt(int nint, DARR4 **bcord, double **wt) in hexIntPnt() 148 DARR4 *rstw; in hexIntPnt() 167 rstw = (DARR4 *)malloc(64*sizeof(DARR4)); in hexIntPnt() 188 rstw = (DARR4 *)malloc(125*sizeof(DARR4)); in hexIntPnt()
|
| H A D | sympyr.c | 6 typedef double DARR4[4]; typedef 8 int pyrIntPnt(int,DARR4**,double **); 13 DARR4 *lpt; in sympyr() 227 int pyrIntPnt(int nint, DARR4 **bcord, double **wt) in pyrIntPnt() 231 DARR4 *rstw; in pyrIntPnt() 265 rstw = (DARR4 *)malloc(125*sizeof(DARR4)); in pyrIntPnt()
|
| H A D | getIntPnts.c | 9 typedef double DARR4[4]; typedef 256 DARR4 *pnts; in getintpnts()
|
| H A D | symwdg.c | 4 typedef double DARR4[4]; typedef 6 int wdgIntPnt(int,DARR4**,double **); 11 DARR4 *lpt; in symwdg() 211 int wdgIntPnt(int nint, DARR4 **bcord, double **wt) in wdgIntPnt()
|
| H A D | symtet.c | 4 typedef double DARR4[4]; typedef 6 int tetIntPnt(int,DARR4**,double **); 12 DARR4 *lpt; in symtet() 175 int tetIntPnt(int nint, DARR4 **bcord, double **wt) in tetIntPnt()
|