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

Remove obsolete usage of driver data

parent ed0e4b54
No related branches found
No related tags found
No related merge requests found
......@@ -240,8 +240,7 @@ def generate_driver():
if get_option("opcounter") or get_option("performance_measuring"):
if get_option("performance_measuring"):
assert(not get_option("opcounter"))
assert(any(_driver_data['form'].ufl_cell().cellname() in x for x in
["vertex", "interval", "quadrilateral", "hexahedron"]))
assert(isQuadrilateral(get_cell()))
# In case of operator counting we only assemble the matrix and evaluate the residual
# assemble_matrix_timer()
from dune.perftool.pdelab.driver.timings import apply_jacobian_timer, evaluate_residual_timer
......
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