Searched refs:numSubleaves (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3713 …PetscInt numRoots, numLeaves, numSubpoints = 0, numSubroots, numSubleaves = 0, l, sl = 0… in DMPlexCreateSubmeshGeneric_Interpolated() local 3797 ++numSubleaves; in DMPlexCreateSubmeshGeneric_Interpolated() 3874 PetscCall(PetscMalloc1(numSubleaves, &slocalPoints)); in DMPlexCreateSubmeshGeneric_Interpolated() 3875 PetscCall(PetscMalloc1(numSubleaves, &sremotePoints)); in DMPlexCreateSubmeshGeneric_Interpolated() 3892 …numSubleaves, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Mismatch in number of subleaves %" PetscInt_FMT " … in DMPlexCreateSubmeshGeneric_Interpolated()
|