Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex1.c77 PetscErrorCode IFunctionView(AppCtx *ctx, PetscViewer v) in IFunctionView() function
232 …PetscCall(DMTSSetIFunctionSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()
233 …PetscCall(DMTSSetIJacobianSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex1.cxx22 PetscErrorCode IFunctionView(AppCtx *ctx, PetscViewer v) in IFunctionView() function
255 …PetscCall(DMTSSetIFunctionSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()
256 …PetscCall(DMTSSetIJacobianSerialize(dm, (PetscErrorCode (*)(void *, PetscViewer))IFunctionView, (P… in main()