Searched refs:sfNatural_new (Results 1 – 1 of 1) sorted by relevance
820 PetscSF newglob_to_oldglob_sf, sfNatural_old, sfNatural_new; in DMPlexCorrectOrientationForIsoperiodic() local846 PetscCall(PetscSFCompose(newglob_to_oldglob_sf, sfNatural_old, &sfNatural_new)); in DMPlexCorrectOrientationForIsoperiodic()847 PetscCall(DMSetNaturalSF(dm, sfNatural_new)); in DMPlexCorrectOrientationForIsoperiodic()848 PetscCall(PetscSFDestroy(&sfNatural_new)); in DMPlexCorrectOrientationForIsoperiodic()