dune-grid  2.2.1
Deprecated List
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())
Member Dune::DuneGridFormatParser::readDuneGrid (std::istream &input, int dimG=-1)
Member Dune::GeoGrid::EntityBase< codim, Grid, false >::topologyId () const
Member Dune::GeoGrid::EntityBase< codim, Grid, true >::topologyId () const
Member Dune::GeoGrid::Intersection< Grid, HostIntersection >::topologyId () const
Member Dune::HierarchicIterator< GridImp, HierarchicIteratorImp >::HierarchicIterator (const HierarchicIteratorImp< const GridImp > &i)
Member Dune::Intersection< GridImp, IntersectionImp >::boundaryId () const
Class Dune::IntersectionIterator< GridImp, IntersectionIteratorImp, IntersectionImp >
All Intersection methods on the IntersectionIterator are deprecated, dereference IntersectionIterator to get the Intersection and call methods there.
Member Dune::LeafIterator< codim, pitype, GridImp, LeafIteratorImp >::LeafIterator (const LeafIteratorImp< codim, pitype, const GridImp > &i)
Member Dune::LevelIterator< codim, pitype, GridImp, LevelIteratorImp >::LevelIterator (const LevelIteratorImp< codim, pitype, const GridImp > &i)
Member Dune::SingleTypeSizeCache< GridImp >::SingleTypeSizeCache (const GridImp &grid, bool isSimplex, bool isCube, bool notWorry=false)
Class Dune::VTKOptions
Use the enums from the namespace VTK instead
Member Dune::VTKOptions::ascii
Use VTK::ascii instead
Member Dune::VTKOptions::binary
Use VTK::base64 instead
Member Dune::VTKOptions::binaryappended
Use VTK::appendedraw instead
Member Dune::VTKOptions::conforming
Use the value from the namespace VTK instead
Member Dune::VTKOptions::DataMode

Use the enum from the namespace VTK instead. When converting your code, look for any occurances of VTKOptions::conforming or VTKOptions::nonconforming, and convert them es well. Unfortunately, marking the compatibility constants here as deprecated seems to have no effect.

Member Dune::VTKOptions::nonconforming
Use the value from the namespace VTK instead
Member Dune::VTKOptions::OutputType

Use the enum from the namespace VTK instead. When converting your code, look for any occurances of VTKOptions::ascii, VTKOptions::binary, and VTKOptions::binaryappended, and convert them es well. Unfortunately, marking the compatibility constants here as deprecated seems to have no effect.