Lines Matching refs:Dx
296 const PetscReal Dx[3] = {ijacobian[0], ijacobian[2], -ijacobian[0] - ijacobian[2]}; in Compute_Lagrange_Basis_2D_Internal() local
321 dphidx[0 + offset] = Dx[0]; in Compute_Lagrange_Basis_2D_Internal()
322 dphidx[1 + offset] = Dx[1]; in Compute_Lagrange_Basis_2D_Internal()
323 dphidx[2 + offset] = Dx[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
474 …Dx[0] = (coords[1 + 2 * 3] * (coords[2 + 1 * 3] - coords[2 + 3 * 3]) - coords[1 + 1 * 3] * (coords… in Compute_Lagrange_Basis_3D_Internal()
475 …Dx[1] = -(coords[1 + 2 * 3] * (coords[2 + 0 * 3] - coords[2 + 3 * 3]) - coords[1 + 0 * 3] * (coord… in Compute_Lagrange_Basis_3D_Internal()
476 …Dx[2] = (coords[1 + 1 * 3] * (coords[2 + 0 * 3] - coords[2 + 3 * 3]) - coords[1 + 0 * 3] * (coords… in Compute_Lagrange_Basis_3D_Internal()
477 Dx[3] = -(Dx[0] + Dx[1] + Dx[2]); in Compute_Lagrange_Basis_3D_Internal()
512 dphidx[0 + offset] = Dx[0]; in Compute_Lagrange_Basis_3D_Internal()
513 dphidx[1 + offset] = Dx[1]; in Compute_Lagrange_Basis_3D_Internal()
514 dphidx[2 + offset] = Dx[2]; in Compute_Lagrange_Basis_3D_Internal()
515 dphidx[3 + offset] = Dx[3]; in Compute_Lagrange_Basis_3D_Internal()