Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c16 tsdm->rhsjacobianctxcontainer = NULL; in DMTSUnsetRHSJacobianContext_DMTS()
231 nkdm->rhsjacobianctxcontainer = kdm->rhsjacobianctxcontainer; in DMTSCopy()
237 …f (nkdm->rhsjacobianctxcontainer) PetscCall(PetscObjectCompose((PetscObject)nkdm, "rhs jacobian ct… in DMTSCopy()
1146 tsdm->rhsjacobianctxcontainer = ctxcontainer; in DMTSSetRHSJacobian()
1175 …if (tsdm->rhsjacobianctxcontainer) PetscCall(PetscContainerSetCtxDestroy(tsdm->rhsjacobianctxconta… in DMTSSetRHSJacobianContextDestroy()
1220 …if (tsdm->rhsjacobianctxcontainer) PetscCall(PetscContainerGetPointer(tsdm->rhsjacobianctxcontaine… in DMTSGetRHSJacobian()
/petsc/include/petsc/private/
H A Dtsimpl.h436 PetscContainer rhsjacobianctxcontainer; member