Searched refs:phipts_y (Results 1 – 1 of 1) sorted by relevance
308 const PetscReal phipts_y = coords[2 * 3 + 1] + jacobian[2] * r + jacobian[3] * s; in Compute_Lagrange_Basis_2D_Internal() local311 phypts[offset + 1] = phipts_y; in Compute_Lagrange_Basis_2D_Internal()315 phi[0 + offset] = (ijacobian[0] * (phipts_x - x2) + ijacobian[1] * (phipts_y - y2)); in Compute_Lagrange_Basis_2D_Internal()317 phi[1 + offset] = (ijacobian[2] * (phipts_x - x2) + ijacobian[3] * (phipts_y - y2)); in Compute_Lagrange_Basis_2D_Internal()