geo-fluid-dynamics / peclet

An advection-diffusion solver written in C++ and based on deal.II
MIT License
3 stars 1 forks source link

Add parameter input file support for more solvers #2

Open agzimmerman opened 7 years ago

agzimmerman commented 7 years ago

Ideally all of the solvers provided by deal.II would be accessible, and it would be up to the user to choose the best one. Until I figure out a way to do this with the Solver module and ParameterHandler, it should suffice to at least add GMRES to our selection.