Searched refs:DMCreateInjection (Results 1 – 14 of 14) sorted by relevance
| /petsc/src/dm/tests/ |
| H A D | ex21.c | 56 PetscCall(DMCreateInjection(cdac, cdaf, &inject)); in test1_DAInjection3d()
|
| /petsc/doc/manual/ |
| H A D | dmbase.md | 50 …with routines such as `DMCreateInterpolation()`, `DMCreateRestriction()` and `DMCreateInjection()`.
|
| /petsc/doc/changes/ |
| H A D | 36.md | 160 - DMCreateInjection() now returns a Mat, rather than a VecScatter
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 136 PetscErrorCode DMCreateInjection(PetscDM, PetscDM, PetscMat*)
|
| H A D | DM.pyx | 1551 petsc.DMCreateInjection 1555 CHKERR(DMCreateInjection(self.dm, dm.dm, &inject.mat))
|
| /petsc/src/snes/tests/ |
| H A D | ex8.c | 574 PetscCall(DMCreateInjection(dm, rdm, &Interp)); in CheckTransfer()
|
| /petsc/src/snes/impls/vi/rs/ |
| H A D | virs.c | 132 PetscCall(DMCreateInjection(*dm2, dm1, &inject)); in DMCoarsen_SNESVI()
|
| /petsc/src/dm/interface/ |
| H A D | dmcoordinates.c | 20 PetscCall(DMCreateInjection(dmc_coord, dm_coord, &inject)); in DMRestrictHook_Coordinates()
|
| H A D | dm.c | 1355 PetscErrorCode DMCreateInjection(DM dac, DM daf, Mat *mat) in DMCreateInjection() function
|
| /petsc/include/ |
| H A D | petscdm.h | 93 PETSC_EXTERN PetscErrorCode DMCreateInjection(DM, DM, Mat *);
|
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 131 if (hasCreateInjection) PetscCall(DMCreateInjection(next->dm, snes->dm, &fas->inject)); in SNESSetUp_FAS()
|
| /petsc/src/dm/impls/da/ |
| H A D | da.c | 1295 PetscCall(DMCreateInjection(cdac, cdaf, &inject)); in DMCoarsen_DA()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 1031 PetscCall(DMCreateInjection(dms[i], dms[i + 1], &p)); in PCSetUp_MG()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4453 #define DMCreateInjection_pforest _append_pforest(DMCreateInjection)
|