Dune Core Modules (2.6.0)

Deprecated List
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::Amg::KAMG< M, X, S, PI, K, A >::KAMG (const OperatorHierarchy &matrices, CoarseSolver &coarseSolver, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps=1, std::size_t postSmoothingSteps=1, std::size_t maxLevelKrylovSteps=3, double minDefectReduction=1e-1)
Member Dune::Amg::KAMG< M, X, S, PI, K, A >::KAMG (const Operator &fineOperator, const C &criterion, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps=1, std::size_t postSmoothingSteps=1, std::size_t maxLevelKrylovSteps=3, double minDefectReduction=1e-1, const ParallelInformation &pinfo=ParallelInformation())

Use KAMG(const Operator&, const C&, const SmootherArgs, const ParallelInformation) instead. All parameters can be set in the criterion!

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::fill_array (const T &t)

"Use Dune::filledArray() from <dune/common/filledarray.hh>"

Use Dune::filledArray() from <dune/common/filledarray.hh>.

Member Dune::Geo::ReferenceElement< Implementation >::integrationOuterNormal (int face) const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::Geo::ReferenceElement< Implementation >::position (int i, int c) const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::Geo::ReferenceElement< Implementation >::type () const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::Geo::ReferenceElement< Implementation >::type (int i, int c) const
After dune-2.6 the return value will no longer be a reference but a copy. Code storing pointers or references to the result must be adjusted.
Member Dune::GeometryType::GeometryType (BasicType basicType, unsigned int dim)
"The GeometryType constructor taking BasicType is deprecated and will be removed after DUNE 2.6"
Member Dune::GeometryType::makeCube (unsigned int dim)
"makeCube(dim) is deprecated in DUNE 2.6, please use Dune::GeometryTypes::cube(dim) instead"
Member Dune::GeometryType::makeFromVertices (unsigned int dim, unsigned int vertices)
"Use the utility function geometryTypeFromVertexCount(...) instead."
Member Dune::GeometryType::makeHexahedron ()
"makeHexahedron() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::hexahedron instead"
Member Dune::GeometryType::makeLine ()
"makeLine() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::line instead"
Member Dune::GeometryType::makeNone (unsigned int dim)
"makeNone(dim) is deprecated in DUNE 2.6, please use Dune::GeometryTypes::none(dim) instead"
Member Dune::GeometryType::makePrism ()
"makePrism() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::prism instead"
Member Dune::GeometryType::makePyramid ()
"makePyramid() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::pyramid instead"
Member Dune::GeometryType::makeQuadrilateral ()
"makeQuadrilateral() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::quadrilateral instead"
Member Dune::GeometryType::makeSimplex (unsigned int dim)
"makeSimplex(dim) is deprecated in DUNE 2.6, please use Dune::GeometryTypes::simplex(dim) instead"
Member Dune::GeometryType::makeTetrahedron ()
"makeTetrahedron() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::tetrahedron instead"
Member Dune::GeometryType::makeTriangle ()
"makeTriangle() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::triangle instead"
Member Dune::GeometryType::makeVertex ()
"makeVertex() is deprecated in DUNE 2.6, please use Dune::GeometryTypes::vertex instead"
Member Dune::GlobalUniversalMapper< G >::GlobalUniversalMapper (const G &grid)
"GlobalUniversalMapper is deprecated in DUNE 2.6"
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.

Member Dune::ReferenceElement
Using the syntax Dune::ReferenceElement<ctype,dim> is deprecated in DUNE 2.6. You have the following alternatives:
Member Dune::stackobject_to_shared_ptr (T2 &t)
"Do not use the explicit casting version of stackobject_to_shared_ptr, just assign the result to a shared_ptr to the base class"
Member Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::eBegin (int level)
"eBegin(int) is deprecated, use eBegin(Dune::refinement{Intervals|Levels}(int))"
Member Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::eEnd (int level)
"eEnd(int) is deprecated, use eEnd(Dune::refinement{Intervals|Levels}(int))"
Member Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::nElements (int level)
"nElements(int) is deprecated, use nElements(Dune::refinement{Intervals|Levels}(int))"
Member Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::nVertices (int level)
"nVertices(int) is deprecated, use nVertices(Dune::refinement{Intervals|Levels})"
Member Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::vBegin (int level)
"vBegin(int) is deprecated, use vBegin(Dune::refinement{Intervals|Levels})"
Member Dune::StaticRefinement< topologyId, CoordType, coerceToId, dimension_ >::vEnd (int level)
"nEnd(int) is deprecated, use vEnd(Dune::refinement{Intervals|Levels}(int))"
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::ToUniquePtr< T >::operator pointer () noexcept
"Cast to raw pointer is deprecated. Use std::unique_ptr or std::shared_ptr instead."
Member Dune::UniversalMapper< G, IDS, IndexType >::UniversalMapper (const G &grid, const IDS &idset)
"UniversalMapper is deprecated in DUNE 2.6"
Member Dune::VirtualRefinement< dimension, CoordType >::eBegin (int level) const
"eBegin(int) is deprecated, use eBegin(Dune::refinement{Intervals|Levels}(int))"
Member Dune::VirtualRefinement< dimension, CoordType >::eEnd (int level) const
"eEnd(int) is deprecated, use eEnd(Dune::refinement{Intervals|Levels}(int))"
Member Dune::VirtualRefinement< dimension, CoordType >::nElements (int level) const =0
"nElements(int) is deprecated, use nElements(Dune::refinement{Intervals|Levels}(int))"
Member Dune::VirtualRefinement< dimension, CoordType >::nVertices (int level) const =0
"nVertices(int) is deprecated, use nVertices(Dune::refinement{Intervals|Levels}(int))"
Member Dune::VirtualRefinement< dimension, CoordType >::vBegin (int level) const
"vBegin(int) is deprecated, use vBegin(Dune::refinement{Intervals|Levels}(int))"
Member Dune::VirtualRefinement< dimension, CoordType >::vEnd (int level) const
"vEnd(int) is deprecated, use vEnd(Dune::refinement{Intervals|Levels}(int))"
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 25, 22:37, 2024)