Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dnewshape.cc327 int mc=0; /* mode counter*/ in quad_face() local
364 entfn[mc] = phi(a1,xi1)*phi(a2,xi2); in quad_face()
365 edrv[mc][gOrd[0]] = phiDrv(a1, xi1)*phi(a2, xi2); in quad_face()
366 edrv[mc][gOrd[1]] = phi(a1, xi1)*phiDrv(a2, xi2); in quad_face()
367 edrv[mc++][gOrd[2]]=0.0; in quad_face()
380 int nrm, mc=0; in hex_regn() local
401 entfn[mc]=phi(a1,xi1)*phi(a2,xi2)*phi(a3,xi3); in hex_regn()
403 edrv[mc][0]=phiDrv(a1,xi1)*phi(a2,xi2)*phi(a3,xi3); in hex_regn()
405 edrv[mc][1]=phi(a1,xi1)*phiDrv(a2,xi2)*phi(a3,xi3); in hex_regn()
407 edrv[mc++][2]=phi(a1,xi1)*phi(a2,xi2)*phiDrv(a3,xi3); in hex_regn()