Skip to content
Snippets Groups Projects
Commit d6a4e433 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fix driver import

parent 5d43bb67
No related branches found
No related tags found
No related merge requests found
......@@ -1419,6 +1419,7 @@ def solve_instationary():
print_residual()
print_matrix()
from dune.perftool.pdelab.driver.error import compare_dofs, compare_L2_squared
if get_option("exact_solution_expression"):
if get_option("compare_dofs"):
compare_dofs()
......
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