Lines Matching refs:npts

110 …D_Internal(const PetscInt nverts, const PetscReal *coords, const PetscInt npts, const PetscReal *q…  in Compute_Lagrange_Basis_1D_Internal()  argument
118 if (phypts) PetscCall(PetscArrayzero(phypts, npts * 3)); in Compute_Lagrange_Basis_1D_Internal()
120 PetscCall(PetscArrayzero(dphidx, npts * nverts)); in Compute_Lagrange_Basis_1D_Internal()
124 for (j = 0; j < npts; j++) { in Compute_Lagrange_Basis_1D_Internal()
152 for (j = 0; j < npts; j++) { in Compute_Lagrange_Basis_1D_Internal()
220 …D_Internal(const PetscInt nverts, const PetscReal *coords, const PetscInt npts, const PetscReal *q… in Compute_Lagrange_Basis_2D_Internal() argument
228 PetscCall(PetscArrayzero(phi, npts)); in Compute_Lagrange_Basis_2D_Internal()
229 if (phypts) PetscCall(PetscArrayzero(phypts, npts * 3)); in Compute_Lagrange_Basis_2D_Internal()
231 PetscCall(PetscArrayzero(dphidx, npts * nverts)); in Compute_Lagrange_Basis_2D_Internal()
232 PetscCall(PetscArrayzero(dphidy, npts * nverts)); in Compute_Lagrange_Basis_2D_Internal()
236 for (j = 0; j < npts; j++) { in Compute_Lagrange_Basis_2D_Internal()
299 for (j = 0; j < npts; j++) { in Compute_Lagrange_Basis_2D_Internal()
376 …D_Internal(const PetscInt nverts, const PetscReal *coords, const PetscInt npts, const PetscReal *q… in Compute_Lagrange_Basis_3D_Internal() argument
385 PetscCall(PetscArrayzero(phi, npts)); in Compute_Lagrange_Basis_3D_Internal()
386 if (phypts) PetscCall(PetscArrayzero(phypts, npts * 3)); in Compute_Lagrange_Basis_3D_Internal()
388 PetscCall(PetscArrayzero(dphidx, npts * nverts)); in Compute_Lagrange_Basis_3D_Internal()
389 PetscCall(PetscArrayzero(dphidy, npts * nverts)); in Compute_Lagrange_Basis_3D_Internal()
390 PetscCall(PetscArrayzero(dphidz, npts * nverts)); in Compute_Lagrange_Basis_3D_Internal()
395 for (j = 0; j < npts; j++) { in Compute_Lagrange_Basis_3D_Internal()
488 for (j = 0; j < npts; j++) { in Compute_Lagrange_Basis_3D_Internal()