Home
last modified time | relevance | path

Searched refs:numSubLeaves (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c4094 … numLeaves, numSubRoots = numSubCells + numSubFaces + numSubVertices, numSubLeaves = 0, l, sl, ll,… in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
4119 ++numSubLeaves; in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4137 PetscCall(PetscMalloc1(numSubLeaves, &slocalPoints)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4138 PetscCall(PetscMalloc1(numSubLeaves, &sremotePoints)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4156numSubLeaves, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatch in number of subleaves %" PetscInt_FMT " … in DMPlexCreateCohesiveSubmesh_Uninterpolated()