> > >> #PETSc Option Table entries: >> -dm_view hdf5:res.h5 >> -snes_monitor_residual hdf5:res.h5::append >> >> ierr = DMViewFromOptions(ctx->dm,NULL,"-dm_view");CHKERRQ(ierr); >> > > 1) You need this in the code. Its in all my examples. > > 2) Did you put it before the vec views? Otherwise, it need 'append'. >
The vec views are inside of SNES. I added this code before TSSolve and it did not change anything. I do not see an example with snes_monitor_residual. Thanks,
