Skip to content
Snippets Groups Projects
Commit a6409b4c authored by Marcel Koch's avatar Marcel Koch
Browse files

Removes debugger stuff

parent c5787245
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,6 @@ def evaluate_coefficient_gradient(interface, element, name, container, restricti ...@@ -208,7 +208,6 @@ def evaluate_coefficient_gradient(interface, element, name, container, restricti
# and proceed to call the necessary generator functions # and proceed to call the necessary generator functions
temporary_variable(name, shape=shape, shape_impl=shape_impl) temporary_variable(name, shape=shape, shape_impl=shape_impl)
lfs = name_lfs(element, restriction, tree_path) lfs = name_lfs(element, restriction, tree_path)
from pudb import set_trace; set_trace()
basis = interface.pymbolic_reference_gradient(leaf_element, restriction, 0, context='trialgrad') basis = interface.pymbolic_reference_gradient(leaf_element, restriction, 0, context='trialgrad')
index, _ = get_pymbolic_indices(basis) index, _ = get_pymbolic_indices(basis)
......
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