Searched refs:numSubLeaves (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 4094 … 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() 4156 …numSubLeaves, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatch in number of subleaves %" PetscInt_FMT " … in DMPlexCreateCohesiveSubmesh_Uninterpolated()
|