Searched refs:globalArray (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4248 const PetscScalar *globalArray; in DMConvert_pforest_plex() local 4257 PetscCall(VecGetArrayRead(coordsGlobal, &globalArray)); in DMConvert_pforest_plex() 4259 PetscCall(PetscSFBcastBegin(coordSF, MPIU_SCALAR, globalArray, localArray, MPI_REPLACE)); in DMConvert_pforest_plex() 4260 PetscCall(PetscSFBcastEnd(coordSF, MPIU_SCALAR, globalArray, localArray, MPI_REPLACE)); in DMConvert_pforest_plex() 4262 PetscCall(VecRestoreArrayRead(coordsGlobal, &globalArray)); in DMConvert_pforest_plex()
|