Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex1.c233 …PetscCall(DMTSSetIJacobianSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex1.cxx256 …PetscCall(DMTSSetIJacobianSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()
/petsc/src/ts/utils/
H A Ddmts.c1266 PetscErrorCode DMTSSetIJacobianSerialize(DM dm, PetscErrorCode (*view)(void *, PetscViewer), PetscE… in DMTSSetIJacobianSerialize() function
/petsc/include/
H A Dpetscts.h896 PETSC_EXTERN PetscErrorCode DMTSSetIJacobianSerialize(DM, PetscErrorCode (*)(PetscCtx, PetscViewer)…