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

Disable jacobian_apply measurements

parent 9905c986
No related branches found
No related tags found
No related merge requests found
...@@ -1783,7 +1783,7 @@ def generate_driver(formdatas, data): ...@@ -1783,7 +1783,7 @@ def generate_driver(formdatas, data):
# In case of operator conunting we only assemble the matrix and evaluate the residual # In case of operator conunting we only assemble the matrix and evaluate the residual
#assemble_matrix_timer() #assemble_matrix_timer()
evaluate_residual_timer() evaluate_residual_timer()
apply_jacobian_timer() # apply_jacobian_timer()
elif is_stationary(): elif is_stationary():
# We could also use solve if we are not interested in visualization # We could also use solve if we are not interested in visualization
vtkoutput() vtkoutput()
......
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