Searched refs:coord_global_array (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1780 PetscScalar *coord_global_array; in DMPlexCreateCGNS_Internal_Parallel() local 1785 PetscCall(VecGetArrayWrite(coord_global, &coord_global_array)); in DMPlexCreateCGNS_Internal_Parallel() 1788 PetscCall(PetscSFReduceBegin(plex_to_cgns_sf, unit, coords, coord_global_array, MPI_REPLACE)); in DMPlexCreateCGNS_Internal_Parallel() 1789 PetscCall(PetscSFReduceEnd(plex_to_cgns_sf, unit, coords, coord_global_array, MPI_REPLACE)); in DMPlexCreateCGNS_Internal_Parallel() 1790 PetscCall(VecRestoreArrayWrite(coord_global, &coord_global_array)); in DMPlexCreateCGNS_Internal_Parallel()
|