Home
last modified time | relevance | path

Searched refs:bcord (Results 1 – 9 of 9) sorted by relevance

/phasta/phSolver/common/
H A Dsymtri.c85 int triIntPnt(int nint, DARR3 **bcord, double **wt) in triIntPnt() argument
88 if( nint == 3 ) {*bcord = rst3 ; *wt = wt3; } in triIntPnt()
89 else if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPnt()
90 else if( nint == 4 ){*bcord = rst4 ; *wt = wt4; } in triIntPnt()
91 else if( nint == 6 ){*bcord = rst6 ; *wt = wt6; } in triIntPnt()
92 else if( nint == 7 ){*bcord = rst7 ; *wt = wt7; } in triIntPnt()
93 else if( nint == 12){*bcord = rst12; *wt = wt12;} in triIntPnt()
H A Dsymline.c49 int lineIntPnt(int nint, DARR2 **bcord, double **wt) in lineIntPnt() argument
52 if( nint == 1 ) {*bcord = rst1 ; *wt = wt1; } in lineIntPnt()
53 else if( nint == 2 ){*bcord = rst2 ; *wt = wt2; } in lineIntPnt()
54 else if( nint == 3 ){*bcord = rst3 ; *wt = wt3; } in lineIntPnt()
H A Dsymtripyr.c124 int triIntPntPyr(int nint, DARR3 **bcord, double **wt) in triIntPntPyr() argument
127 if( nint == 1 ){*bcord = rst1 ; *wt = wt1; } in triIntPntPyr()
128 else if( nint == 4 ){*bcord = rst4 ; *wt = wt4; } in triIntPntPyr()
129 else if( nint == 9 ){*bcord = rst9 ; *wt = wt9; } in triIntPntPyr()
H A Dsymquad.c77 int quadIntPnt(int nint, DARR3 **bcord, double **wt) in quadIntPnt() argument
91 if( nint == 4 ){*bcord = rstw4 ; *wt = twt4; } in quadIntPnt()
92 else if (nint == 9){*bcord = rstw9 ; *wt = twt9; } in quadIntPnt()
107 *bcord = rstw; *wt = twt; in quadIntPnt()
123 *bcord = rstw; *wt = twt; in quadIntPnt()
H A Dsymhex.c144 int hexIntPnt(int nint, DARR4 **bcord, double **wt) in hexIntPnt() argument
159 if( nint == 1){ *bcord = rstw1; *wt = twt1;} in hexIntPnt()
161 else if( nint == 8 ){*bcord = rstw8 ; *wt = twt8; } in hexIntPnt()
163 else if( nint == 27 ) {*bcord = rstw27 ; *wt = twt27; } in hexIntPnt()
184 *bcord = rstw; *wt = twt; in hexIntPnt()
205 *bcord = rstw; *wt = twt; in hexIntPnt()
H A Dsymtet.c175 int tetIntPnt(int nint, DARR4 **bcord, double **wt) in tetIntPnt() argument
179 if( nint == 1 ) {*bcord = rstw1 ; *wt = twt1; } in tetIntPnt()
180 else if( nint == 4 ){*bcord = rstw4 ; *wt = twt4; } in tetIntPnt()
181 else if( nint == 5 ){*bcord = rstw5 ; *wt = twt5; } in tetIntPnt()
182 else if( nint == 16 ){*bcord = rstw16 ; *wt = twt16; } in tetIntPnt()
183 else if( nint == 17 ){*bcord = rstw17 ; *wt = twt17; } in tetIntPnt()
184 else if( nint == 29 ){*bcord = rstw29 ; *wt = twt29; } in tetIntPnt()
H A Dsymquadw.c136 int quadwIntPnt(int nint, DARR3 **bcord, double **wt) in quadwIntPnt() argument
140 if( nint == 4 ){*bcord = rstw4 ; *wt = twt4; } in quadwIntPnt()
141 else if( nint == 9 ){*bcord = rstw9 ; *wt = twt9; } in quadwIntPnt()
142 else if( nint == 16){*bcord = rstw16 ; *wt = twt16;} in quadwIntPnt()
H A Dsympyr.c227 int pyrIntPnt(int nint, DARR4 **bcord, double **wt) in pyrIntPnt() argument
240 if( nint == 1){ *bcord = rstw1; *wt = twt1;} in pyrIntPnt()
242 else if( nint == 8 ){*bcord = rstw8 ; *wt = twt8; } in pyrIntPnt()
244 else if( nint == 27 ) {*bcord = rstw27 ; *wt = twt27; } in pyrIntPnt()
261 *bcord = rstw64; *wt = twt; in pyrIntPnt()
282 *bcord = rstw; *wt = twt; in pyrIntPnt()
H A Dsymwdg.c211 int wdgIntPnt(int nint, DARR4 **bcord, double **wt) in wdgIntPnt() argument
215 if( nint == 6 ){*bcord = rstw6 ; *wt = twt6; } in wdgIntPnt()
216 else if( nint == 1 ){*bcord = rstw1 ; *wt = twt1; } in wdgIntPnt()
217 else if( nint == 18 ){*bcord = rstw18 ; *wt = twt18; } in wdgIntPnt()
218 else if( nint == 48 ){*bcord = rstw48 ; *wt = twt48; } in wdgIntPnt()