Skip to content
Snippets Groups Projects
Commit c76c0b9b authored by Jö Fahlke's avatar Jö Fahlke
Browse files

driver(): get rid of PDELab::Native

parent 95ec1330
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,7 @@ void driver (const GV& gv, Dune::ParameterTree& ptree)
// Select a linear solver backend
using LS = PPS::ISTLBackend_SEQ_AMG<
Dune::PDELab::Backend::Native<typename GO::Jacobian>,
Dune::PDELab::Backend::Native<typename GO::Domain>,
typename GO::Jacobian, typename GO::Domain,
Dune::SeqSSOR, Dune::CGSolver>;
LS ls(gv.dimension, 100,2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment