Home
last modified time | relevance | path

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

/petsc/src/dm/impls/moab/
H A Ddmmbfem.cxx110 static PetscErrorCode Compute_Lagrange_Basis_1D_Internal(const PetscInt nverts, const PetscReal *co… in Compute_Lagrange_Basis_1D_Internal()
220 static PetscErrorCode Compute_Lagrange_Basis_2D_Internal(const PetscInt nverts, const PetscReal *co… in Compute_Lagrange_Basis_2D_Internal()
376 static PetscErrorCode Compute_Lagrange_Basis_3D_Internal(const PetscInt nverts, const PetscReal *co… in Compute_Lagrange_Basis_3D_Internal()
555 PetscErrorCode DMMoabFEMComputeBasis(const PetscInt dim, const PetscInt nverts, const PetscReal *co… in DMMoabFEMComputeBasis()
604 PetscErrorCode DMMoabFEMCreateQuadratureDefault(const PetscInt dim, const PetscInt nverts, PetscQua… in DMMoabFEMCreateQuadratureDefault()
678 static PetscErrorCode FEMComputeBasis_JandF(const PetscInt dim, const PetscInt nverts, const PetscR… in FEMComputeBasis_JandF()
719 PetscErrorCode DMMoabPToRMapping(const PetscInt dim, const PetscInt nverts, const PetscReal *coordi… in DMMoabPToRMapping()
H A Ddmmoab.cxx1265 PetscErrorCode DMMoabCreateVertices(DM dm, const PetscReal *coords, PetscInt nverts, moab::Range *o… in DMMoabCreateVertices()
1305 …(DM dm, const moab::EntityType type, const moab::EntityHandle *conn, PetscInt nverts, moab::Entity… in DMMoabCreateElement()
/petsc/src/dm/impls/plex/
H A Dplexvtu.c73 PetscInt nverts, dof = 0, celltype, startoffset, nC = 0; in DMPlexGetVTKConnectivity() local