Searched refs:inArray (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4626 const PetscScalar *inArray; in DMForestTransferVecFromBase_pforest() local 4653 PetscCall(VecGetArrayRead(vecInLocal, &inArray)); in DMForestTransferVecFromBase_pforest() 4654 PetscCall(PetscSFBcastBegin(transferSF, MPIU_SCALAR, inArray, outArray, MPI_REPLACE)); in DMForestTransferVecFromBase_pforest() 4655 PetscCall(PetscSFBcastEnd(transferSF, MPIU_SCALAR, inArray, outArray, MPI_REPLACE)); in DMForestTransferVecFromBase_pforest() 4656 PetscCall(VecRestoreArrayRead(vecInLocal, &inArray)); in DMForestTransferVecFromBase_pforest()
|