dune-istl  2.7.1
Deprecated List
Member Dune::Amg::SequentialInformation::getSolverCategory () const
"use category()"
Member Dune::BlockVector< B, A >::reserve (size_type capacity, bool copyOldValues)

This method is deprecated, since the extra copyOldValues parameter is unusual, and the previous implementation did not always reduce memory anyway.

"Use the overload without the second parameter, " "values are always copied"

Member Dune::BlockVector< B, A >::resize (size_type size, bool copyOldValues)

This method is deprecated, since the extra copyOldValues parameter is unusual and conflicts with the usual meaning (default value for newly created elements).

"Use the overload without the second parameter, " "values are always copied"

Member Dune::MultiTypeBlockMatrix< FirstRow, Args >::size ()
"Use method 'N' instead"
Member Dune::MultiTypeBlockVector< Args >::count () const
"Use method 'N' instead"
Member Dune::OwnerOverlapCopyCommunication< GlobalIdType, LocalIdType >::getSolverCategory () const
"This method is deprecated and will be removed after Dune 2.7, use category() instead."
Member Dune::OwnerOverlapCopyCommunication< GlobalIdType, LocalIdType >::setSolverCategory (SolverCategory::Category set)
"The solver category can only be set in the constructor. This method is deprecated and will be removed after Dune 2.7"
Class Dune::SeqILU0< M, X, Y, l >
Use SeqILU instead!
Class Dune::SeqILUn< M, X, Y, l >
Use SeqILU instead!