Skip to content
Snippets Groups Projects
Commit de4f5c16 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

Merge branch 'fix/test-2pncmin' into 'master'

[2pncmin][test] Use dofMapper instead of elementMapper for AMG

See merge request !717
parents 1180b0e6 7c12c558
No related branches found
No related tags found
1 merge request!717[2pncmin][test] Use dofMapper instead of elementMapper for AMG
......@@ -156,7 +156,7 @@ int main(int argc, char** argv) try
// the linear solver
using LinearSolver = AMGBackend<TypeTag>;
auto linearSolver = std::make_shared<LinearSolver>(leafGridView, fvGridGeometry->elementMapper());
auto linearSolver = std::make_shared<LinearSolver>(leafGridView, fvGridGeometry->dofMapper());
// the non-linear solver
using NewtonController = PriVarSwitchNewtonController<TypeTag>;
......
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