Searched refs:localArray (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4249 PetscScalar *localArray; in DMConvert_pforest_plex() local 4258 PetscCall(VecGetArray(coordsLocal, &localArray)); 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() 4261 PetscCall(VecRestoreArray(coordsLocal, &localArray)); in DMConvert_pforest_plex()
|