Searched refs:fglobal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10243 Vec fglobal, fglobalo, flocal; in DMCreateAffineInterpolationCorrection_Plex() local 10257 PetscCall(DMCreateGlobalVector(dmf, &fglobal)); in DMCreateAffineInterpolationCorrection_Plex() 10260 PetscCall(VecSet(fglobal, 0.)); in DMCreateAffineInterpolationCorrection_Plex() 10269 PetscCall(DMLocalToGlobalBegin(dmf, flocal, INSERT_VALUES, fglobal)); in DMCreateAffineInterpolationCorrection_Plex() 10270 PetscCall(DMLocalToGlobalEnd(dmf, flocal, INSERT_VALUES, fglobal)); in DMCreateAffineInterpolationCorrection_Plex() 10271 *shift = fglobal; in DMCreateAffineInterpolationCorrection_Plex()
|