Searched refs:ijacobianctxcontainer (Results 1 – 2 of 2) sorted by relevance
32 tsdm->ijacobianctxcontainer = NULL; in DMTSUnsetIJacobianContext_DMTS()90 PetscCall(PetscContainerGetPointer(kdm->ijacobianctxcontainer, &ctx)); in DMTSLoad()153 PetscCall(PetscContainerGetPointer(kdm->ijacobianctxcontainer, &ctx)); in DMTSView()233 nkdm->ijacobianctxcontainer = kdm->ijacobianctxcontainer; in DMTSCopy()239 …if (nkdm->ijacobianctxcontainer) PetscCall(PetscObjectCompose((PetscObject)nkdm, "ijacobian ctx", … in DMTSCopy()1026 tsdm->ijacobianctxcontainer = ctxcontainer; in DMTSSetIJacobian()1060 …if (tsdm->ijacobianctxcontainer) PetscCall(PetscContainerSetCtxDestroy(tsdm->ijacobianctxcontainer… in DMTSSetIJacobianContextDestroy()1105 …if (tsdm->ijacobianctxcontainer) PetscCall(PetscContainerGetPointer(tsdm->ijacobianctxcontainer, c… in DMTSGetIJacobian()
439 PetscContainer ijacobianctxcontainer; member