Lines Matching refs:phypts

110 …etscReal *coords, const PetscInt npts, const PetscReal *quad, PetscReal *phypts, PetscReal *jxw, P…  in Compute_Lagrange_Basis_1D_Internal()  argument
118 if (phypts) PetscCall(PetscArrayzero(phypts, npts * 3)); in Compute_Lagrange_Basis_1D_Internal()
137 if (phypts) phypts[3 * j + 0] += phi[i + offset] * vertices[0]; in Compute_Lagrange_Basis_1D_Internal()
166 if (phypts) phypts[3 * j + 0] += phi[i + offset] * vertices[0]; in Compute_Lagrange_Basis_1D_Internal()
220 …etscReal *coords, const PetscInt npts, const PetscReal *quad, PetscReal *phypts, PetscReal *jxw, P… in Compute_Lagrange_Basis_2D_Internal() argument
229 if (phypts) PetscCall(PetscArrayzero(phypts, npts * 3)); in Compute_Lagrange_Basis_2D_Internal()
257 if (phypts) { in Compute_Lagrange_Basis_2D_Internal()
258 phypts[3 * j + 0] += phi[i + offset] * vertices[0]; in Compute_Lagrange_Basis_2D_Internal()
259 phypts[3 * j + 1] += phi[i + offset] * vertices[1]; in Compute_Lagrange_Basis_2D_Internal()
260 phypts[3 * j + 2] += phi[i + offset] * vertices[2]; in Compute_Lagrange_Basis_2D_Internal()
309 if (phypts) { in Compute_Lagrange_Basis_2D_Internal()
310 phypts[offset + 0] = phipts_x; in Compute_Lagrange_Basis_2D_Internal()
311 phypts[offset + 1] = phipts_y; in Compute_Lagrange_Basis_2D_Internal()
376 …etscReal *coords, const PetscInt npts, const PetscReal *quad, PetscReal *phypts, PetscReal *jxw, P… in Compute_Lagrange_Basis_3D_Internal() argument
386 if (phypts) PetscCall(PetscArrayzero(phypts, npts * 3)); in Compute_Lagrange_Basis_3D_Internal()
429 if (phypts) { in Compute_Lagrange_Basis_3D_Internal()
430 phypts[3 * j + 0] += phi[i + offset] * vertex[0]; in Compute_Lagrange_Basis_3D_Internal()
431 phypts[3 * j + 1] += phi[i + offset] * vertex[1]; in Compute_Lagrange_Basis_3D_Internal()
432 phypts[3 * j + 2] += phi[i + offset] * vertex[2]; in Compute_Lagrange_Basis_3D_Internal()
501 if (phypts) { in Compute_Lagrange_Basis_3D_Internal()
504 phypts[3 * j + 0] += phi[i + offset] * vertices[0]; in Compute_Lagrange_Basis_3D_Internal()
505 phypts[3 * j + 1] += phi[i + offset] * vertices[1]; in Compute_Lagrange_Basis_3D_Internal()
506 phypts[3 * j + 2] += phi[i + offset] * vertices[2]; in Compute_Lagrange_Basis_3D_Internal()
555 …nst PetscReal *coordinates, const PetscQuadrature quadrature, PetscReal *phypts, PetscReal *jacobi… in DMMoabFEMComputeBasis() argument
575 …PetscCall(Compute_Lagrange_Basis_1D_Internal(nverts, coordinates, npoints, quadpts, phypts, jacobi… in DMMoabFEMComputeBasis()
578 …PetscCall(Compute_Lagrange_Basis_2D_Internal(nverts, coordinates, npoints, quadpts, phypts, jacobi… in DMMoabFEMComputeBasis()
581 …PetscCall(Compute_Lagrange_Basis_3D_Internal(nverts, coordinates, npoints, quadpts, phypts, jacobi… in DMMoabFEMComputeBasis()
678 …s, const PetscReal *coordinates, const PetscReal *quadrature, PetscReal *phypts, PetscReal *phibas… in FEMComputeBasis_JandF() argument
683 …PetscCall(Compute_Lagrange_Basis_1D_Internal(nverts, coordinates, 1, quadrature, phypts, NULL, phi… in FEMComputeBasis_JandF()
686 …PetscCall(Compute_Lagrange_Basis_2D_Internal(nverts, coordinates, 1, quadrature, phypts, NULL, phi… in FEMComputeBasis_JandF()
689 …PetscCall(Compute_Lagrange_Basis_3D_Internal(nverts, coordinates, 1, quadrature, phypts, NULL, phi… in FEMComputeBasis_JandF()
726 PetscReal phypts[3] = {0.0, 0.0, 0.0}; in DMMoabPToRMapping() local
744 …PetscCall(FEMComputeBasis_JandF(dim, nverts, coordinates, natparam, phypts, phibasis, jacobian, ij… in DMMoabPToRMapping()
749 delta[2] = phypts[2] - xphy[2]; in DMMoabPToRMapping()
752 delta[1] = phypts[1] - xphy[1]; in DMMoabPToRMapping()
755 delta[0] = phypts[0] - xphy[0]; in DMMoabPToRMapping()
780 …PetscCall(FEMComputeBasis_JandF(dim, nverts, coordinates, natparam, phypts, phibasis, jacobian, ij… in DMMoabPToRMapping()
785 delta[2] = phypts[2] - xphy[2]; in DMMoabPToRMapping()
788 delta[1] = phypts[1] - xphy[1]; in DMMoabPToRMapping()
791 delta[0] = phypts[0] - xphy[0]; in DMMoabPToRMapping()