Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c529 static PetscErrorCode DMRestrictHook_TSIRK(DM fine, Mat restrct, Vec rscale, Mat inject, DM coarse,… in DMRestrictHook_TSIRK() function
593 PetscCall(DMCoarsenHookAdd(dm, DMCoarsenHook_TSIRK, DMRestrictHook_TSIRK, ts)); in TSSetUp_IRK()
812 PetscCall(DMCoarsenHookRemove(ts->dm, DMCoarsenHook_TSIRK, DMRestrictHook_TSIRK, ts)); in TSDestroy_IRK()