Searched refs:coord_global (Results 1 – 1 of 1) sorted by relevance
1778 Vec coord_global; in DMPlexCreateCGNS_Internal_Parallel() local1784 PetscCall(DMCreateGlobalVector(cdm, &coord_global)); in DMPlexCreateCGNS_Internal_Parallel()1785 PetscCall(VecGetArrayWrite(coord_global, &coord_global_array)); in DMPlexCreateCGNS_Internal_Parallel()1790 PetscCall(VecRestoreArrayWrite(coord_global, &coord_global_array)); in DMPlexCreateCGNS_Internal_Parallel()1792 PetscCall(DMSetCoordinates(*dm, coord_global)); in DMPlexCreateCGNS_Internal_Parallel()1793 PetscCall(VecDestroy(&coord_global)); in DMPlexCreateCGNS_Internal_Parallel()