Skip to content
Snippets Groups Projects
Commit fcb4220b authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[python|usercode] fix PoU jacobians

parent 78e10c2b
No related branches found
No related tags found
No related merge requests found
...@@ -364,7 +364,7 @@ public: ...@@ -364,7 +364,7 @@ public:
const auto point_macro_reference_element = const auto point_macro_reference_element =
macro_element.geometry().local(point_in_physical_coordinates); macro_element.geometry().local(point_in_physical_coordinates);
return coarse_basis->jacobians_of_set( return coarse_basis->jacobians_of_set(
point_macro_reference_element)[ii][jj][0]; point_macro_reference_element)[ii][0][jj];
}, },
*subdomain_space) *subdomain_space)
.dofs() .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