Searched refs:jacobianctxcontainer (Results 1 – 2 of 2) sorted by relevance
16 sdm->jacobianctxcontainer = NULL; in DMSNESUnsetJacobianContext_DMSNES()164 nkdm->jacobianctxcontainer = kdm->jacobianctxcontainer; in DMSNESCopy()166 …if (nkdm->jacobianctxcontainer) PetscCall(PetscObjectCompose((PetscObject)nkdm, "jacobian ctx", (P… in DMSNESCopy()583 sdm->jacobianctxcontainer = ctxcontainer; in DMSNESSetJacobian()609 …if (sdm->jacobianctxcontainer) PetscCall(PetscContainerSetCtxDestroy(sdm->jacobianctxcontainer, f)… in DMSNESSetJacobianContextDestroy()657 …if (sdm->jacobianctxcontainer) PetscCall(PetscContainerGetPointer(sdm->jacobianctxcontainer, ctx)); in DMSNESGetJacobian()
237 PetscContainer jacobianctxcontainer; member