Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c757 … PetscInt periodic_cone_size, periodic_cone_offset, periodic_point = periodic_point_arrays[p]; in DMPlexCorrectOrientationForIsoperiodic() local
779 periodic2donor[2 * p2d_count + 0] = periodic_point; in DMPlexCorrectOrientationForIsoperiodic()
787 …, "Could not find donor cone equivalent to cone of periodic point %" PetscInt_FMT, periodic_point); in DMPlexCorrectOrientationForIsoperiodic()
793 PetscCall(DMPlexGetCellType(dm, periodic_point, &cell_type)); in DMPlexCorrectOrientationForIsoperiodic()
795 …n donor (%" PetscInt_FMT ") and periodic (%" PetscInt_FMT ") cone's", periodic_point, donor_point); in DMPlexCorrectOrientationForIsoperiodic()
796 …SC_COMM_SELF, "Reorienting point %" PetscInt_FMT " by %" PetscInt_FMT "\n", periodic_point, ornt)); in DMPlexCorrectOrientationForIsoperiodic()
797 …PetscCall(DMPlexOrientPointWithCorrections(dm, periodic_point, ornt, localSection, local_vec_lengt… in DMPlexCorrectOrientationForIsoperiodic()