Searched refs:flocal (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/pc/impls/bjacobi/ftn-custom/ |
| H A D | zbjacobif.c | 15 PetscInt nloc, flocal; in pcbjacobigetsubksp_() local 19 *ierr = PCBJacobiGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcbjacobigetsubksp_() 21 if (first_local) *first_local = flocal; in pcbjacobigetsubksp_()
|
| /petsc/src/ksp/pc/impls/gasm/ftn-custom/ |
| H A D | zgasmf.c | 45 PetscInt nloc, flocal; in pcgasmgetsubksp_() local 49 *ierr = PCGASMGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcgasmgetsubksp_() 51 if (first_local) *first_local = flocal; in pcgasmgetsubksp_()
|
| /petsc/src/ksp/pc/impls/asm/ftn-custom/ |
| H A D | zasmf.c | 92 PetscInt nloc, flocal; in pcasmgetsubksp_() local 96 *ierr = PCASMGetSubKSP(*pc, &nloc, &flocal, &tksp); in pcasmgetsubksp_() 98 if (first_local) *first_local = flocal; in pcasmgetsubksp_()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10243 Vec fglobal, fglobalo, flocal; in DMCreateAffineInterpolationCorrection_Plex() local 10259 PetscCall(DMCreateLocalVector(dmf, &flocal)); in DMCreateAffineInterpolationCorrection_Plex() 10262 PetscCall(VecSet(flocal, 0.)); in DMCreateAffineInterpolationCorrection_Plex() 10267 PetscCall(DMGlobalToLocalBegin(dmfo, fglobalo, INSERT_VALUES, flocal)); in DMCreateAffineInterpolationCorrection_Plex() 10268 PetscCall(DMGlobalToLocalEnd(dmfo, fglobalo, INSERT_VALUES, flocal)); 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() 10272 PetscCall(VecDestroy(&flocal)); in DMCreateAffineInterpolationCorrection_Plex()
|