-
- Downloads
[compatibility] allow to disable the compatibility layer
depending on a preprocessor define we switch the base classes to be pure virtual, or implement a dummy category(). If the classes are pure virtual the old interface with an enum is not possible anymore. To enable/disable the backwards compatibility check we provide a cmake flag DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE, which defaults to 1 (e.g. backwards compatibility enabled).
parent
d362f37d
No related branches found
No related tags found
Showing
- cmake/modules/DuneIstlMacros.cmake 4 additions, 0 deletionscmake/modules/DuneIstlMacros.cmake
- dune/istl/operators.hh 4 additions, 0 deletionsdune/istl/operators.hh
- dune/istl/preconditioner.hh 4 additions, 0 deletionsdune/istl/preconditioner.hh
- dune/istl/solver.hh 4 additions, 0 deletionsdune/istl/solver.hh
Loading
Please register or sign in to comment