From: David K. <dav...@ak...> - 2017-04-26 19:26:54
|
On Wed, Apr 26, 2017 at 2:58 PM, John Peterson <jwp...@gm...> wrote: > > > On Wed, Apr 26, 2017 at 12:54 PM, Fabio Canesin <fab...@gm...> > wrote: > >> Dear users/developers, >> >> I noticed that -snes_view does not print the data it should on solvers. >> -ksp_view works as expected. >> > > Are you definitely using a SNES object (via PetscNonlinearSolver)? > > Not all of the libmesh examples use one... > FYI, I just ran systems_of_equations_ex8 (which does use PetscNonlinearSolver via a NonlinearImplicitSystem) with -snes_view and it showed the expected SNES output. David |