Searched refs:phiDrv (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | newshape.cc | 53 double phiDrv(int p, double x) in phiDrv() function 313 edrv[i][gOrd[0]] = phiDrv(i+2,xi1); in mesh_edge() 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() 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()
|
| H A D | topo_shapedefs.h | 6 extern "C" double phiDrv(int p,double x);
|