- Member Dune::AlbertaGrid< dim, dimworld >::readGridXdr (const std::string &filename, ctype &time)
- "Deprecated in Dune 3.0, use readGrid instead."
- Member Dune::AlbertaGrid< dim, dimworld >::writeGridXdr (const std::string &filename, ctype time) const
- "Deprecated in Dune 3.0, use writeGrid instead."
- Member Dune::CommDataHandleIF< DataHandleImp, DataTypeImp >::fixedsize (int dim, int codim) const
- This method (with the lower-case 's') is deprecated. Use 'fixedSize' instead!
- Member Dune::DGFGridFactory< G >::DGFGridFactory (std::istream &input, MPICommunicatorType comm=MPIHelper::getCommunicator())
- Member Dune::DGFGridFactory< G >::DGFGridFactory (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator())
- 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 >::communicate (CommDataHandleIF< DataHandleImp, DataTypeImp > &data, InterfaceType iftype, CommunicationDirection dir, int level) const
- "communicate() is deprecated. Use the method on the LevelGridView instead."
- Member Dune::Grid< dim, dimworld, ct, GridFamily >::communicate (CommDataHandleIF< DataHandleImp, DataTypeImp > &data, InterfaceType iftype, CommunicationDirection dir) const
- "communicate() is deprecated. Use the method on the LeafGridView instead."
- Member Dune::Grid< dim, dimworld, ct, GridFamily >::ghostSize (int codim) const
- "ghostSize() is deprecated. Use the method on the LeafGridView instead."
- Member Dune::Grid< dim, dimworld, ct, GridFamily >::ghostSize (int level, int codim) const
- "ghostSize() is deprecated. Use the method on the LevelGridView instead."
- Member Dune::Grid< dim, dimworld, ct, GridFamily >::overlapSize (int level, int codim) const
- "overlapSize() is deprecated. Use the method on the LevelGridView instead."
- Member Dune::Grid< dim, dimworld, ct, GridFamily >::overlapSize (int codim) const
- "overlapSize() is deprecated. Use the method on the LeafGridView instead."
- Member Dune::OneDGrid::communicate (DataHandle &data, InterfaceType iftype, CommunicationDirection dir, int level) const
- "communicate() is deprecated. Use the method on the LevelGridView instead."
- Member Dune::OneDGrid::communicate (DataHandle &data, InterfaceType iftype, CommunicationDirection dir) const
- "communicate() is deprecated. Use the method on the LeafGridView instead."
- Member Dune::OneDGrid::ghostSize (int codim) const
- "ghostSize() is deprecated. Use the method on the LeafGridView instead."
- Member Dune::OneDGrid::ghostSize (int level, int codim) const
- "ghostSize() is deprecated. Use the method on the LevelGridView instead."
- Member Dune::OneDGrid::overlapSize (int codim) const
- "overlapSize() is deprecated. Use the method on the LeafGridView instead."
- Member Dune::OneDGrid::overlapSize (int level, int codim) const
- "overlapSize() is deprecated. Use the method on the LevelGridView instead."
- Class Dune::SubsamplingVTKSequenceWriter< GridView >
- Please use VTKSequenceWriter together with a SubsamplingVTKWriter instead!