Searched refs:npts (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbfem.cxx | 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() [all …]
|
| H A D | dmmbutil.cxx | 511 const PetscInt npts = nele + 1; /* Number of points in every dimension */ in DMMoabCreateBoxMesh() local 528 n = pow(npts, dim); in DMMoabCreateBoxMesh()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex35.cxx | 30 PetscInt n, npts; /* Number of mesh points */ member 66 user->npts = user->n + 1; in Initialize_AppContext()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 3187 (prepdf/strained-fla-npts-regrid 101) 3188 (prepdf/strained-fla-npts-regrid-limit 251)
|