Dune Core Modules (2.4.2)

Deprecated List
Member Dune::AlbertaGrid< dim, dimworld >::readGrid (const std::string &filename, ctype &time)
This method is deprecated and will be removed after the release of dune-grid 2.4. Please use entity() instead, which will directly return an Entity object that you can then store for later use. The EntityPointer concept in general is deprecated and will not be available after dune-grid 2.4 has been released.
Member Dune::ALU2dGridEntity< 0, dim, GridImp >::ibegin () const
Use ileafbegin() instead. This method will be removed after Dune 2.3
Member Dune::ALU2dGridEntity< 0, dim, GridImp >::iend () const
Use ileafend() instead. This method will be removed after Dune 2.3
Member Dune::Amg::AMG< M, X, S, PI, A >::AMG (const OperatorHierarchy &matrices, CoarseSolver &coarseSolver, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps, std::size_t postSmoothingSteps, bool additive=false) DUNE_DEPRECATED
Use constructor AMG(const OperatorHierarchy&, CoarseSolver&, const SmootherArgs, const Parameters&) instead. All parameters can be set in the criterion!
Member Dune::Amg::AMG< M, X, S, PI, A >::AMG (const Operator &fineOperator, const C &criterion, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps, std::size_t postSmoothingSteps, bool additive=false, const ParallelInformation &pinfo=ParallelInformation()) DUNE_DEPRECATED
Use AMG(const Operator&, const C&, const SmootherArgs, const ParallelInformation) instead. All parameters can be set in the criterion!
Member Dune::Capabilities::DUNE_DEPRECATED_MSG ("Capabilities::isParallel will be removed after dune-grid-2.4.") isParallel< YaspGrid< dim

This capability will be removed after dune-grid 2.4.

Class Dune::Capabilities::isParallel< Grid >

This capability will be removed after dune-grid 2.4.

Member Dune::Entity< 0, dim, GridImp, EntityImp >::DUNE_DEPRECATED_MSG ("Use subEntities(unsigned int) instead!") count() const
This method will be removed after the release of dune-grid-2.4. Please use the method subEntities instead.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::operator!= (const Dune::EntityPointer< GridImp, ItImp > &other) const
This method only exists for backwards compatibility during the 2.4 release cycle and will be removed after dune-grid-2.4 is released.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::operator* () const DUNE_DEPRECATED_MSG("This is now an Entity instead of an EntityPointer. You do not have to dereference it anymore!")
This method only exists to provide backwards compatibility for dune-grid-2.4. It will be removed after the release of dune-grid-2.4.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::operator-> () const DUNE_DEPRECATED_MSG("This is now an Entity instead of an EntityPointer. You do not have to dereference it anymore!")
This method only exists to provide backwards compatibility for dune-grid-2.4. It will be removed after the release of dune-grid-2.4.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::operator== (const Dune::EntityPointer< GridImp, ItImp > &other) const
This method only exists for backwards compatibility during the 2.4 release cycle and will be removed after dune-grid-2.4 is released.
Member Dune::Entity< cd, dim, GridImp, EntityImp >::operator!= (const Dune::EntityPointer< GridImp, ItImp > &other) const
This method only exists for backwards compatibility during the 2.4 release cycle and will be removed after dune-grid-2.4 is released.
Member Dune::Entity< cd, dim, GridImp, EntityImp >::operator* () const DUNE_DEPRECATED_MSG("This is now an Entity instead of an EntityPointer. You do not have to dereference it anymore!")
This method only exists to provide backwards compatibility for dune-grid-2.4. It will be removed after the release of dune-grid-2.4.
Member Dune::Entity< cd, dim, GridImp, EntityImp >::operator-> () const DUNE_DEPRECATED_MSG("This is now an Entity instead of an EntityPointer. You do not have to dereference it anymore!")
This method only exists to provide backwards compatibility for dune-grid-2.4. It will be removed after the release of dune-grid-2.4.
Member Dune::Entity< cd, dim, GridImp, EntityImp >::operator== (const Dune::EntityPointer< GridImp, ItImp > &other) const
This method only exists for backwards compatibility during the 2.4 release cycle and will be removed after dune-grid-2.4 is released.
Class Dune::EntityPointer< GridImp, IteratorImp >
The EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. It is not needed anymore because starting with dune-grid-2.4, you can now simply copy and store entities directly. If you need to store many entities for an extended time, use EntitySeed instead. Please note that due to the effort required by this change, those grids that are deprecated in dune-grid-2.4 will not have copyable entities, so if you are forced to use one of those grids, you will have to continue using EntityPointer as well.
Member Dune::EntityPointer< GridImp, IteratorImp >::level () const DUNE_ENTITYPOINTER_DEPRECATED_MSG
Will be removed after the release of dune-grid-2.4. Use the method level() from the dereferenced Entity instead.
Member Dune::EntityPointer< GridImp, IteratorImp >::operator!= (const Entity &rhs) const
This method only exists for backwards compatibility during the 2.4 release cycle and will be removed after dune-grid-2.4 is released.
Member Dune::EntityPointer< GridImp, IteratorImp >::operator== (const Entity &rhs) const
This method only exists for backwards compatibility during the 2.4 release cycle and will be removed after dune-grid-2.4 is released.
Member Dune::Grid< dim, dimworld, ct, GridFamily >::DUNE_DEPRECATED_MSG ("entityPointer() is deprecated and will be removed after the release of dune-grid 2.4. Use entity() instead to directly obtain an Entity object.") typename Codim< EntitySeed
This method is deprecated and will be removed after the release of dune-grid 2.4. Please use entity() instead, which will directly return an Entity object that you can then store for later use. The EntityPointer concept in general is deprecated and will not be available after dune-grid 2.4 has been released.
Class Dune::TypeTraits< T >
This class will be replaced by alternatives found in the C++11 stl.
  • Use is_pointer<T>::value instead of TypeTraits<T>::isPointer
  • Use is_lvalue_reference<T>::value instead of TypeTraits<T>::isReference
  • Use remove_pointer<T>::type instead of TypeTraits<T>::PointeeType
  • Use remove_reference<T>::type instead of TypeTraits<T>::ReferredType
Member Dune::UGGrid< dim >::getChildrenOfSubface (const typename Traits::template Codim< 0 >::EntityPointer &e, int elementSide, int maxl, std::vector< typename Traits::template Codim< 0 >::EntityPointer > &childElements, std::vector< unsigned char > &childElementSides) const
This method is deprecated and will be removed after the release of Dune 2.4. Please use the corresponding method that uses entities instead of EntityPointers.
Member Dune::UGGrid< dim >::setPosition (const typename Traits::template Codim< dim >::EntityPointer &e, const FieldVector< double, dim > &pos)
This method is deprecated and will be removed after the release of Dune 2.4. Please use the corresponding method that uses entities instead of EntityPointers.
Member Dune::YaspGrid< dim, Coordinates >::YaspGrid (Dune::MPIHelper::MPICommunicator comm, Dune::FieldVector< ctype, dim > L, std::array< int, dim > s, std::bitset< dim > periodic, int overlap, const YLoadBalance< dim > *lb=defaultLoadbalancer())
This constructor is deprecated and will be removed after the release of dune-grid-2.4
Member Dune::YaspGrid< dim, Coordinates >::YaspGrid (Dune::MPIHelper::MPICommunicator comm, std::array< std::vector< ctype >, dim > coords, std::bitset< dim > periodic, int overlap, const YLoadBalance< dim > *lb=defaultLoadbalancer())
This constructor is deprecated and will be removed after the release of dune-grid-2.4
Member dune_static_assert (COND, MSG)
Use static_assert from C++11 instead.
Module Grid Refinement Methods
This method is deprecated and will be removed after the release of dune-grid 2.4. Please use entity() instead, which will directly return an Entity object that you can then store for later use. The EntityPointer concept in general is deprecated and will not be available after dune-grid 2.4 has been released.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 27, 22:29, 2024)