Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c4252 PetscInt suppSize, newsupp[2]; in DMPlexReorderCohesiveSupports() local
4259 newsupp[0] = supp[1]; in DMPlexReorderCohesiveSupports()
4260 newsupp[1] = supp[0]; in DMPlexReorderCohesiveSupports()
4262 newsupp[0] = supp[0]; in DMPlexReorderCohesiveSupports()
4263 newsupp[1] = supp[1]; in DMPlexReorderCohesiveSupports()
4265newsupp[1 - s] == c, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Hybrid end cap %" PetscInt_FMT " support en… in DMPlexReorderCohesiveSupports()
4266 PetscCall(DMPlexSetSupport(dm, cone[s], newsupp)); in DMPlexReorderCohesiveSupports()