- Member Dune::CollectiveCommunication
- CollectiveCommunication is deprecated and will be removed after Dune 2.9.
- Class Dune::Factorial< m >
- Will be removed after release 2.9
- Member Dune::FakeMPIHelper::getCollectiveCommunication ()
- getCollectionCommunication is deprecated and will be removed after Dune 2.9.
- Member Dune::MPIHelper::getCollectiveCommunication ()
- getCollectionCommunication is deprecated and will be removed after Dune 2.9.
- Class Dune::Power< p >
- Please use the method
power
from math.hh
instead!
- Class Dune::StaticPower< b, p >
- Please use the method
power
from math.hh
instead!
- Member Dune::Std::make_array (const Args &... args)
- Use deduction guide of
std::array
or std::to_array
.
- File simd.hh
- Use the newer simd architecture from dune/common/simd/simd.hh instead.
- Member Dune::makeToUnique (Args &&... args)
-
- Member Dune::ToUniquePtr
-