Lines Matching refs:Dy
297 const PetscReal Dy[3] = {ijacobian[1], ijacobian[3], -ijacobian[1] - ijacobian[3]}; in Compute_Lagrange_Basis_2D_Internal() local
327 dphidy[0 + offset] = Dy[0]; in Compute_Lagrange_Basis_2D_Internal()
328 dphidy[1 + offset] = Dy[1]; in Compute_Lagrange_Basis_2D_Internal()
329 dphidy[2 + offset] = Dy[2]; in Compute_Lagrange_Basis_2D_Internal()
452 PetscReal Dx[4] = {0, 0, 0, 0}, Dy[4] = {0, 0, 0, 0}, Dz[4] = {0, 0, 0, 0}; in Compute_Lagrange_Basis_3D_Internal() local
478 …Dy[0] = (coords[0 + 1 * 3] * (coords[2 + 2 * 3] - coords[2 + 3 * 3]) - coords[0 + 2 * 3] * (coords… in Compute_Lagrange_Basis_3D_Internal()
479 …Dy[1] = -(coords[0 + 0 * 3] * (coords[2 + 2 * 3] - coords[2 + 3 * 3]) - coords[0 + 2 * 3] * (coord… in Compute_Lagrange_Basis_3D_Internal()
480 …Dy[2] = (coords[0 + 0 * 3] * (coords[2 + 1 * 3] - coords[2 + 3 * 3]) - coords[0 + 1 * 3] * (coords… in Compute_Lagrange_Basis_3D_Internal()
481 Dy[3] = -(Dy[0] + Dy[1] + Dy[2]); in Compute_Lagrange_Basis_3D_Internal()
517 dphidy[0 + offset] = Dy[0]; in Compute_Lagrange_Basis_3D_Internal()
518 dphidy[1 + offset] = Dy[1]; in Compute_Lagrange_Basis_3D_Internal()
519 dphidy[2 + offset] = Dy[2]; in Compute_Lagrange_Basis_3D_Internal()
520 dphidy[3 + offset] = Dy[3]; in Compute_Lagrange_Basis_3D_Internal()