Searched refs:newsupp (Results 1 – 1 of 1) sorted by relevance
4252 PetscInt suppSize, newsupp[2]; in DMPlexReorderCohesiveSupports() local4259 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()4265 …newsupp[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()