Home
last modified time | relevance | path

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

/petsc/src/snes/utils/
H A Ddmsnes.c8 sdm->functionctxcontainer = NULL; in DMSNESUnsetFunctionContext_DMSNES()
163 nkdm->functionctxcontainer = kdm->functionctxcontainer; in DMSNESCopy()
165 …if (nkdm->functionctxcontainer) PetscCall(PetscObjectCompose((PetscObject)nkdm, "function ctx", (P… in DMSNESCopy()
315 sdm->functionctxcontainer = ctxcontainer; in DMSNESSetFunction()
341 …if (sdm->functionctxcontainer) PetscCall(PetscContainerSetCtxDestroy(sdm->functionctxcontainer, f)… in DMSNESSetFunctionContextDestroy()
414 …if (sdm->functionctxcontainer) PetscCall(PetscContainerGetPointer(sdm->functionctxcontainer, ctx)); in DMSNESGetFunction()
/petsc/include/petsc/private/
H A Dsnesimpl.h236 PetscContainer functionctxcontainer; member