Home
last modified time | relevance | path

Searched defs:npts (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx110 …_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 Ddmmbutil.cxx511 const PetscInt npts = nele + 1; /* Number of points in every dimension */ in DMMoabCreateBoxMesh() local
/petsc/src/ts/tutorials/
H A Dex35.cxx30 PetscInt n, npts; /* Number of mesh points */ member