Lines Matching defs:retdv
872 REAL *retPoint, REAL* retdu, REAL *retdv)
894 retPoint[j] = retdu[j] = retdv[j] = 0.0;
898 retdv[j] += global_BU[col][j] * global_vcoeffDeriv[col];
907 REAL *retPoint, REAL* retdu, REAL *retdv)
927 retPoint[j] = retdu[j] = retdv[j] = 0.0;
931 retdv[j] += global_PBV[row][j] * global_ucoeff[row];
947 *retdv: the computed partial derivative with respect to v.
953 REAL *retPoint, REAL *retdu, REAL *retdv)
984 retPoint[j] = retdu[j] = retdv[j] = 0.0;
1003 retdv[j] += global_ucoeff[row] * pdv;
1601 REAL *retPoint, REAL *retdu, REAL *retdv)
1629 retPoint[j] = retdu[j] = retdv[j] = 0.0;
1648 retdv[j] += em->ucoeff[row] * pdv;