Searched refs:globalState (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 257 const PetscScalar *globalState = NULL; in SNESSolve_Patch() local 294 PetscCall(VecGetArrayRead(state, &globalState)); in SNESSolve_Patch() 296 …PetscCall(PetscSFBcastBegin(pcpatch->sectionSF, MPIU_SCALAR, globalState, localState, MPI_REPLACE)… in SNESSolve_Patch() 297 … PetscCall(PetscSFBcastEnd(pcpatch->sectionSF, MPIU_SCALAR, globalState, localState, MPI_REPLACE)); in SNESSolve_Patch() 299 PetscCall(VecRestoreArrayRead(state, &globalState)); in SNESSolve_Patch()
|