Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c8 tsdm->rhsfunctionctxcontainer = NULL; in DMTSUnsetRHSFunctionContext_DMTS()
230 nkdm->rhsfunctionctxcontainer = kdm->rhsfunctionctxcontainer; in DMTSCopy()
236 …f (nkdm->rhsfunctionctxcontainer) PetscCall(PetscObjectCompose((PetscObject)nkdm, "rhs function ct… in DMTSCopy()
716 tsdm->rhsfunctionctxcontainer = ctxcontainer; in DMTSSetRHSFunction()
750 …if (tsdm->rhsfunctionctxcontainer) PetscCall(PetscContainerSetCtxDestroy(tsdm->rhsfunctionctxconta… in DMTSSetRHSFunctionContextDestroy()
762 tsdm->rhsfunctionctxcontainer = NULL; in DMTSUnsetRHSFunctionContext_Internal()
988 …if (tsdm->rhsfunctionctxcontainer) PetscCall(PetscContainerGetPointer(tsdm->rhsfunctionctxcontaine… in DMTSGetRHSFunction()
/petsc/include/petsc/private/
H A Dtsimpl.h435 PetscContainer rhsfunctionctxcontainer; member