Lines Matching refs:cl_point

612         PetscInt cl_point = closure[2 * p];  in DMPlexCorrectOrientationForIsoperiodic()  local
613 if (IsPointInsideStratum(cl_point, vStart, vEnd)) num_vertices++; in DMPlexCorrectOrientationForIsoperiodic()
616 PetscCall(DMPlexGetConeSize(dm, cl_point, &cone_size)); in DMPlexCorrectOrientationForIsoperiodic()
647 PetscInt cl_point = closure[2 * p], dof, offset; in DMPlexCorrectOrientationForIsoperiodic() local
648 if (!IsPointInsideStratum(cl_point, vStart, vEnd)) continue; in DMPlexCorrectOrientationForIsoperiodic()
649 mydonor_cones[donor_cone_offset++] = cl_point; in DMPlexCorrectOrientationForIsoperiodic()
650 PetscCall(PetscSectionGetFieldDof(csection, cl_point, coords_field_id, &dof)); in DMPlexCorrectOrientationForIsoperiodic()
651 PetscCall(PetscSectionGetFieldOffset(csection, cl_point, coords_field_id, &offset)); in DMPlexCorrectOrientationForIsoperiodic()
652 …s dof size %" PetscInt_FMT ", but should match dimension size %" PetscInt_FMT, cl_point, dof, dim); in DMPlexCorrectOrientationForIsoperiodic()
659 PetscInt cl_point = closure[2 * p], cone_size, depth; in DMPlexCorrectOrientationForIsoperiodic() local
662 PetscCall(DMPlexGetConeSize(dm, cl_point, &cone_size)); in DMPlexCorrectOrientationForIsoperiodic()
663 PetscCall(DMPlexGetCone(dm, cl_point, &cone)); in DMPlexCorrectOrientationForIsoperiodic()
664 PetscCall(DMPlexGetPointDepth(dm, cl_point, &depth)); in DMPlexCorrectOrientationForIsoperiodic()
667 mydonor_cones[donor_cone_offset++] = cl_point; in DMPlexCorrectOrientationForIsoperiodic()
710 PetscInt cl_point = closure[2 * p], coords_size, donor_vertex = -1; in DMPlexCorrectOrientationForIsoperiodic() local
713 if (!IsPointInsideStratum(cl_point, vStart, vEnd)) continue; in DMPlexCorrectOrientationForIsoperiodic()
714 … PetscCall(DMPlexVecGetClosure(dm, csection, coordinates, cl_point, &coords_size, &coords)); in DMPlexCorrectOrientationForIsoperiodic()
715 …ize %" PetscInt_FMT ", but should match dimension size %" PetscInt_FMT, cl_point, coords_size, dim… in DMPlexCorrectOrientationForIsoperiodic()
725 …nt_FMT " could not find matching donor vertex for vertex %" PetscInt_FMT, periodic_face, cl_point); in DMPlexCorrectOrientationForIsoperiodic()
730 periodic2donor[2 * p2d_count + 0] = cl_point; in DMPlexCorrectOrientationForIsoperiodic()
733 … PetscCall(DMPlexVecRestoreClosure(dm, csection, coordinates, cl_point, &coords_size, &coords)); in DMPlexCorrectOrientationForIsoperiodic()