Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmsnes.c16 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()
/petsc/include/petsc/private/
H A Dsnesimpl.h237 PetscContainer jacobianctxcontainer; member