Home
last modified time | relevance | path

Searched refs:DARR3 (Results 1 – 4 of 4) sorted by relevance

/phasta/phSolver/common/
H A Dsymquad.c6 typedef double DARR3[3]; typedef
8 int quadIntPnt(int,DARR3**,double **);
13 DARR3 *lpt; in symquad()
77 int quadIntPnt(int nint, DARR3 **bcord, double **wt) in quadIntPnt()
81 DARR3* rstw; in quadIntPnt()
95 rstw = (DARR3 *)malloc(16*sizeof(DARR3)); in quadIntPnt()
111 rstw = (DARR3 *)malloc(25*sizeof(DARR3)); in quadIntPnt()
H A Dsymtripyr.c4 typedef double DARR3[3]; typedef
6 int triIntPntPyr(int, DARR3**,double**);
11 DARR3 *lpt = 0; in symtripyr()
124 int triIntPntPyr(int nint, DARR3 **bcord, double **wt) in triIntPntPyr()
H A Dsymquadw.c4 typedef double DARR3[3]; typedef
6 int quadwIntPnt(int,DARR3**,double **);
11 DARR3 *lpt = 0; in symquadw()
136 int quadwIntPnt(int nint, DARR3 **bcord, double **wt) in quadwIntPnt()
H A Dsymtri.c4 typedef double DARR3[3]; typedef
6 int triIntPnt(int, DARR3**,double**);
11 DARR3 *lpt; in symtri()
85 int triIntPnt(int nint, DARR3 **bcord, double **wt) in triIntPnt()