Home
last modified time | relevance | path

Searched refs:Inject (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscdm.pxi307 cdef Mat Inject = ref_Mat(inject)
313 hookop(Fine, Mrestrict, Rscale, Inject, Coarse, *args, **kargs)
/petsc/src/snes/utils/ !
H A Ddmsnes.c95 static PetscErrorCode DMRestrictHook_DMSNES(DM dm, Mat Restrict, Vec rscale, Mat Inject, DM dmc, Pe… in DMRestrictHook_DMSNES() argument
/petsc/doc/changes/ !
H A D321.md119 …nIndex()` with corresponding option `-pc_gamg_injection_index i,j,k...`. Inject provided indices o…
/petsc/src/ksp/pc/impls/mg/ !
H A Dmg.c1094 Mat Restrict, Inject; in PCSetUp_MG() local
1101 PetscCall(PCMGGetInjection(pc, i + 1, &Inject)); in PCSetUp_MG()
1102 PetscCall(DMRestrict(dmfine, Restrict, rscale, Inject, dmcoarse)); in PCSetUp_MG()
/petsc/src/ts/utils/ !
H A Ddmts.c180 static PetscErrorCode DMRestrictHook_DMTS(DM dm, Mat Restrict, Vec rscale, Mat Inject, DM dmc, Pets… in DMRestrictHook_DMTS() argument
/petsc/src/snes/interface/ !
H A Dsnes.c647 static PetscErrorCode DMRestrictHook_SNESVecSol(DM dmfine, Mat Restrict, Vec Rscale, Mat Inject, DM… in DMRestrictHook_SNESVecSol() argument
667 if (Inject) { in DMRestrictHook_SNESVecSol()
668 PetscCall(MatRestrict(Inject, Xfine, Xcoarse)); in DMRestrictHook_SNESVecSol()