Searched defs:npts (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbfem.cxx | 110 …_Basis_1D_Internal(const PetscInt nverts, const PetscReal *coords, const PetscInt npts, const Pets… in Compute_Lagrange_Basis_1D_Internal() 220 …_Basis_2D_Internal(const PetscInt nverts, const PetscReal *coords, const PetscInt npts, const Pets… in Compute_Lagrange_Basis_2D_Internal() 376 …_Basis_3D_Internal(const PetscInt nverts, const PetscReal *coords, const PetscInt npts, const Pets… in Compute_Lagrange_Basis_3D_Internal()
|
| H A D | dmmbutil.cxx | 511 const PetscInt npts = nele + 1; /* Number of points in every dimension */ in DMMoabCreateBoxMesh() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex35.cxx | 30 PetscInt n, npts; /* Number of mesh points */ member
|