Home
last modified time | relevance | path

Searched refs:DMTSSetIFunctionSerialize (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex1.c232 …PetscCall(DMTSSetIFunctionSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex1.cxx255 …PetscCall(DMTSSetIFunctionSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()
/petsc/src/ts/utils/
H A Ddmts.c1240 PetscErrorCode DMTSSetIFunctionSerialize(DM dm, PetscErrorCode (*view)(void *, PetscViewer), PetscE… in DMTSSetIFunctionSerialize() function
/petsc/include/
H A Dpetscts.h895 PETSC_EXTERN PetscErrorCode DMTSSetIFunctionSerialize(DM, PetscErrorCode (*)(PetscCtx, PetscViewer)…