- Class Dune::FieldMatrix< K, ROWS, COLS >
- VectorSize is deprecated; please call the 'size()' method directly instead. This will be removed after Dune 2.8.
- Member Dune::makeToUnique (Args &&... args)
-
- Class Dune::Power< p >
- Please use the method
power
from math.hh
instead!
- Class Dune::StaticPower< m, p >
- Please use the method
power
from math.hh
instead!
- Class Dune::Std::is_callable< D, R >
- Use std::is_invocable from <type_traits>
- Class Dune::Std::is_callable< F(Args...), R >
- Use std::is_invocable from <type_traits>
- Class Dune::Std::is_invocable< F, Args >
- Use std::is_invocable from <type_traits>
- Class Dune::Std::is_invocable_r< R, F, Args >
- Use std::is_invocable_r from <type_traits>
- Member Dune::Std::make_array (const Args &... args)
- Use deduction guide of
std::array
or std::to_array
.
- Class Dune::Std::to_false_type< T >
- Use Dune::AlwaysFalse (from dune/common/typetraits.hh) instead
- Class Dune::Std::to_true_type< T >
- Use Dune::AlwaysFalse (from dune/common/typetraits.hh) instead
- Member Dune::ToUniquePtr
-
- Member DUNE_DEPRECATED
- Use C++14's
- Member DUNE_DEPRECATED_MSG (text)
- Use C++14's
- Member DUNE_UNUSED
- Use C++17's
- File simd.hh
- Use the newer simd architecture from dune/common/simd/simd.hh instead.