Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c546 PetscSF sfNatural_old = NULL; in DMPlexCorrectOrientationForIsoperiodic() local
559 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() local
845 PetscCall(DMGetNaturalSF(dm, &sfNatural_old)); in DMPlexCorrectOrientationForIsoperiodic()
846 PetscCall(PetscSFCompose(newglob_to_oldglob_sf, sfNatural_old, &sfNatural_new)); in DMPlexCorrectOrientationForIsoperiodic()