Searched refs:phipts_x (Results 1 – 1 of 1) sorted by relevance
307 const PetscReal phipts_x = coords[2 * 3 + 0] + jacobian[0] * r + jacobian[1] * s; in Compute_Lagrange_Basis_2D_Internal() local310 phypts[offset + 0] = phipts_x; 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()