Searched refs:globalCellNumbers (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 1086 …ode CreateConesIS_Private(DM dm, PetscInt cStart, PetscInt cEnd, IS globalCellNumbers, PetscInt *n… in CreateConesIS_Private() argument 1100 PetscCall(ISGetIndices(globalCellNumbers, &gcell)); in CreateConesIS_Private() 1174 PetscCall(ISRestoreIndices(globalCellNumbers, &gcell)); in CreateConesIS_Private() 1185 static PetscErrorCode DMPlexTopologyView_HDF5_XDMF_Private(DM dm, IS globalCellNumbers, PetscViewer… in DMPlexTopologyView_HDF5_XDMF_Private() argument 1216 PetscCall(CreateConesIS_Private(dm, pStart, pEnd, globalCellNumbers, &numCorners, &cellIS)); in DMPlexTopologyView_HDF5_XDMF_Private()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 183 IS globalCellNumbers; member
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 2861 PetscCall(ISDestroy(&mesh->globalCellNumbers)); in DMDestroy_Plex() 9028 PetscErrorCode DMPlexCreateCellNumbering(DM dm, PetscBool includeAll, IS *globalCellNumbers) in DMPlexCreateCellNumbering() argument 9036 PetscCall(DMPlexCreateNumbering_Plex(dm, cStart, cEnd, 0, NULL, dm->sf, globalCellNumbers)); in DMPlexCreateCellNumbering() 9053 PetscErrorCode DMPlexGetCellNumbering(DM dm, IS *globalCellNumbers) in DMPlexGetCellNumbering() argument 9059 …if (!mesh->globalCellNumbers) PetscCall(DMPlexCreateCellNumbering(dm, PETSC_FALSE, &mesh->globalCe… in DMPlexGetCellNumbering() 9060 *globalCellNumbers = mesh->globalCellNumbers; in DMPlexGetCellNumbering()
|