Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c678 static PetscErrorCode DMCoarsenHook_SNESVecSol(DM dm, DM dmc, PetscCtx ctx) in DMCoarsenHook_SNESVecSol() function
681 PetscCall(DMCoarsenHookAdd(dmc, DMCoarsenHook_SNESVecSol, DMRestrictHook_SNESVecSol, ctx)); in DMCoarsenHook_SNESVecSol()
805 … PetscCall(DMCoarsenHookAdd(snes->dm, DMCoarsenHook_SNESVecSol, DMRestrictHook_SNESVecSol, snes)); in SNESSetUpMatrices()
3561 PetscCall(DMCoarsenHookRemove(dm, DMCoarsenHook_SNESVecSol, DMRestrictHook_SNESVecSol, *snes)); in SNESDestroy()
5736 …PetscCall(DMCoarsenHookRemove(snes->dm, DMCoarsenHook_SNESVecSol, DMRestrictHook_SNESVecSol, snes)… in SNESSetDM()