Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c612 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
[all …]