Searched refs:Inject (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ ! |
| H A D | petscdm.pxi | 307 cdef Mat Inject = ref_Mat(inject) 313 hookop(Fine, Mrestrict, Rscale, Inject, Coarse, *args, **kargs)
|
| /petsc/src/snes/utils/ ! |
| H A D | dmsnes.c | 95 static PetscErrorCode DMRestrictHook_DMSNES(DM dm, Mat Restrict, Vec rscale, Mat Inject, DM dmc, Pe… in DMRestrictHook_DMSNES() argument
|
| /petsc/doc/changes/ ! |
| H A D | 321.md | 119 …nIndex()` with corresponding option `-pc_gamg_injection_index i,j,k...`. Inject provided indices o…
|
| /petsc/src/ksp/pc/impls/mg/ ! |
| H A D | mg.c | 1094 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 D | dmts.c | 180 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 D | snes.c | 647 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()
|