Searched refs:vertex_unit (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsfc.c | 676 MPI_Datatype vertex_unit; in DMPlexCorrectOrientationForIsoperiodic() local 679 PetscCallMPI(MPI_Type_contiguous(n, MPIU_REAL, &vertex_unit)); in DMPlexCorrectOrientationForIsoperiodic() 680 PetscCallMPI(MPI_Type_commit(&vertex_unit)); in DMPlexCorrectOrientationForIsoperiodic() 682 …PetscCall(PetscSFBcastBegin(sf_vert_coords, vertex_unit, mydonor_vertices, leaf_donor_coords, MPI_… in DMPlexCorrectOrientationForIsoperiodic() 684 …PetscCall(PetscSFBcastEnd(sf_vert_coords, vertex_unit, mydonor_vertices, leaf_donor_coords, MPI_RE… in DMPlexCorrectOrientationForIsoperiodic() 688 PetscCallMPI(MPI_Type_free(&vertex_unit)); in DMPlexCorrectOrientationForIsoperiodic()
|