Searched refs:IFunctionView (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | ex1.c | 77 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 D | adr_ex1.cxx | 22 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()
|