- Member Dune::AlbertaGrid< dim, dimworld >::getRealIntersection (const typename Traits::LeafIntersection &intersection) const
- "use intersection.impl() instead"
- 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 (const std::string &filename, MPICommunicatorType comm=MPIHelper::getCommunicator())
-
- Member Dune::DGFGridFactory< G >::DGFGridFactory (std::istream &input, MPICommunicatorType comm=MPIHelper::getCommunicator())
-
- Member Dune::GeometryGrid< HostGrid, CoordFunction, Allocator >::GeometryGrid (HostGrid *hostGrid, const Allocator &allocator=Allocator())
- "Pass the host grid as shared_ptr instead of a raw pointer. This constructor will be removed after Dune 2.7."
- Member Dune::GeometryGrid< HostGrid, CoordFunction, Allocator >::GeometryGrid (HostGrid *hostGrid, CoordFunction *coordFunction, const Allocator &allocator=Allocator())
- "Pass the host grid and coord function as shared_ptr instead of a raw pointer. This constructor will be removed after Dune 2.7."
- Member Dune::GlobalUniversalMapper< G >::GlobalUniversalMapper (const G &grid)
- "GlobalUniversalMapper is deprecated in DUNE 2.6"
- Member Dune::GridDefaultImplementation< dim, dimworld, ct, GridFamily >::getRealImplementation (InterfaceType &&i)
- "use the facade class' `impl()` method instead"
- Member Dune::LeafMultipleCodimMultipleGeomTypeMapper< G, LayoutClass >::LeafMultipleCodimMultipleGeomTypeMapper (const G &grid, const LayoutClass< G::dimension > layout={})
Use the constructor taking a MCMGLayout instead.
"Use the constructor taking a `MCMGLayout` functional instead"
- Member Dune::LevelMultipleCodimMultipleGeomTypeMapper< G, LayoutClass >::LevelMultipleCodimMultipleGeomTypeMapper (const G &grid, int level, const LayoutClass< G::dimension > layout={})
Use the constructor taking a MCMGLayout instead.
"Use the constructor taking a `MCMGLayout` functional instead"
- Member Dune::LocalUniversalMapper< G >::LocalUniversalMapper (const G &grid)
- "LocalUniversalMapper is deprecated in DUNE 2.6"
- Class Dune::MCMGElementLayout< dimgrid >
- Use mcmgElementLayout() instead.
- Class Dune::MCMGVertexLayout< dim >
- Use mcmgVertexLayout() instead.
- Member Dune::MultipleCodimMultipleGeomTypeMapper< GV, LayoutClass >::MultipleCodimMultipleGeomTypeMapper (const GV &gridView, const LayoutClass< GV::dimension > layout={})
"Use the constructor taking a `MCMGLayout` functional instead"
Use the constructor taking a MCMGLayout instead.
- Class Dune::SubsamplingVTKSequenceWriter< GridView >
- Please use VTKSequenceWriter together with a SubsamplingVTKWriter instead!
- Member Dune::SubsamplingVTKWriter< GridView >::SubsamplingVTKWriter (const GridView &gridView, int level_, bool coerceToSimplex_=false)
- "SubsampligVTKWriter(GV,int,bool) is deprecated, use SubsamplingVTKWriter(GV,Dune::refinement{Intervals|Levels}(int),bool)"
- Member Dune::UGGrid< dim >::setDefaultHeapSize (unsigned size)
- "Do not set the UGGrid default heap size---it is ignored anyway!"
- Member Dune::UniversalMapper< G, IDS, IndexType >::UniversalMapper (const G &grid, const IDS &idset)
- "UniversalMapper is deprecated in DUNE 2.6"
- Member Dune::VTKWriter< GridView >::addCellData (F &&f, VTK::FieldInfo vtkFieldInfo)
- f may also be a VTKFunction object, but you are strongly discouraged from using VTKFunctions.
- Member Dune::VTKWriter< GridView >::addVertexData (F &&f, VTK::FieldInfo vtkFieldInfo)
- f may also be a VTKFunction object, but you are strongly discouraged from using VTKFunctions.