Skip to content
Snippets Groups Projects
Commit e09fb0ed authored by Lasse Hinrichsen's avatar Lasse Hinrichsen
Browse files

Remove dead code

parent 27c82cf4
No related branches found
No related tags found
1 merge request!25WIP: Semilinear functional
Pipeline #34651 passed
...@@ -28,15 +28,6 @@ projectInDomain(F&& f, const V& x, V& c) ...@@ -28,15 +28,6 @@ projectInDomain(F&& f, const V& x, V& c)
projectInDomain(f, H::elementAt(x, i), H::elementAt(c, i)); projectInDomain(f, H::elementAt(x, i), H::elementAt(c, i));
}); });
} }
// namespace H = Dune::Hybrid;
// H::ifElse(
// Dune::IsNumber<std::decay_t<V>>(),
// [&](auto&& id) { u = f(id(v)); },
// [&](auto id) {
// H::forEach(H::integralRange(H::size(id(v))), [&](auto i) {
// applyComponentwise(f, H::elementAt(u, i), H::elementAt(v, i));
// });
// });
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment