Searched refs:p2d_count (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 514 …c_cone[], PetscInt cone_size, const PetscInt periodic2donor[], PetscInt p2d_count, PetscInt p2d_co… in TranslateConeP2D() argument 519 for (PetscInt p2d = 0; p2d < p2d_count; p2d++) { in TranslateConeP2D() 705 PetscInt cones_size = face_cones_size[periodic_face - fStart], p2d_count = 0; in DMPlexCorrectOrientationForIsoperiodic() local 727 …for (PetscInt c = 0; c < p2d_count; c++) PetscCheck(periodic2donor[2 * c + 1] != donor_vertex, com… in DMPlexCorrectOrientationForIsoperiodic() 730 periodic2donor[2 * p2d_count + 0] = cl_point; in DMPlexCorrectOrientationForIsoperiodic() 731 periodic2donor[2 * p2d_count + 1] = donor_vertex; in DMPlexCorrectOrientationForIsoperiodic() 732 p2d_count++; in DMPlexCorrectOrientationForIsoperiodic() 762 …etscCall(TranslateConeP2D(periodic_cone, periodic_cone_size, periodic2donor, p2d_count, p2d_cone)); in DMPlexCorrectOrientationForIsoperiodic() 779 periodic2donor[2 * p2d_count + 0] = periodic_point; in DMPlexCorrectOrientationForIsoperiodic() 780 periodic2donor[2 * p2d_count + 1] = donor_point; in DMPlexCorrectOrientationForIsoperiodic() [all …]
|