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

[P|interpolations.oswald] assemble before apply

parent 333ed868
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ public:
boundary_info;
auto op = make_oswald_interpolation_operator<XT::LA::IstlRowMajorSparseMatrix<double>>(
grid_view, source.space(), target.space(), boundary_info);
op.assemble();
op.apply(source.dofs().vector(), target.dofs().vector());
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment