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
5 stars 3 forks source link

Refactor "throw" with "DUNE_THROW" #123

Closed rath3t closed 1 year ago

rath3t commented 1 year ago

We should have a common notion on throwing exceptions. I would propose always use DUNE_THROW(exception,message)