Searched refs:sfNatural_old (Results 1 – 1 of 1) sorted by relevance
546 PetscSF sfNatural_old = NULL; in DMPlexCorrectOrientationForIsoperiodic() local559 PetscCall(DMGetNaturalSF(dm, &sfNatural_old)); in DMPlexCorrectOrientationForIsoperiodic()561 if (plex->periodic.num_face_sfs > 0 && sfNatural_old) { in DMPlexCorrectOrientationForIsoperiodic()819 if (sfNatural_old) { // Correct SFNatural based on the permutation of the local vector in DMPlexCorrectOrientationForIsoperiodic()820 PetscSF newglob_to_oldglob_sf, sfNatural_old, sfNatural_new; in DMPlexCorrectOrientationForIsoperiodic() local845 PetscCall(DMGetNaturalSF(dm, &sfNatural_old)); in DMPlexCorrectOrientationForIsoperiodic()846 PetscCall(PetscSFCompose(newglob_to_oldglob_sf, sfNatural_old, &sfNatural_new)); in DMPlexCorrectOrientationForIsoperiodic()