ikarus-project / ikarus

Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
https://ikarus-project.github.io/
Other
4 stars 2 forks source link

Function to make a dummy Test Case, i.e. grid, basis, finite elements, ... #308

Open henrij22 opened 1 week ago

henrij22 commented 1 week ago

So much boiler plate here... We really have to refactor the tests somehow. I.e. it would be nice to test the FEs with some dummy Grid and dummy Basis. Here so much construction happens.

_Originally posted by @rath3t in https://github.com/ikarus-project/ikarus/pull/307#discussion_r1658476128_

henrij22 commented 5 days ago

This will be introduced in #309