[petsc-dev] TS Equation Type

Barry Smith bsmith at mcs.anl.gov
Sat Dec 3 14:18:13 CST 2016


> On Dec 3, 2016, at 11:58 AM, Matthew Knepley <knepley at gmail.com> wrote:
> 
> Right now, TS just leaves the equation type as undetermined, and never queries it except for the IMEX methods. This seems really strange to me. If we choose a linear TS solver, shouldn't it set the type to LINEAR, and likewise for nonlinear? Then a user could query this for information. We want to do just that in PyLith.

  Is your concern that many of the examples never bother to set the type? Or that not enough error checking is done that the set type works with solution method selected by the user? I think these are just oversights and you should go ahead and add these in the examples and code where appropriate.

   Barry

> 
>    Matt
> 
> -- 
> What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.
> -- Norbert Wiener




More information about the petsc-dev mailing list