Dune Core Modules (2.9.0)

Deprecated List
Member Dune::AlbertaGrid< dim, dimworld >::CollectiveCommunication
Use Communication instead! Will be removed after Dune 2.9.
Member Dune::CollectiveCommunication
CollectiveCommunication is deprecated and will be removed after Dune 2.9.
Member Dune::CommDataHandleIF< DataHandleImp, DataTypeImp >::fixedsize (int dim, int codim) const
This method (with the lower-case 's') is deprecated. Use 'fixedSize' instead!
Class Dune::Factorial< m >
Will be removed after release 2.9
Member Dune::FakeMPIHelper::getCollectiveCommunication ()
getCollectionCommunication is deprecated and will be removed after Dune 2.9.
Class Dune::Functions::TreeData< T, ND, LO >
Class Dune::Functions::UniformNodeVisitor< SimpleNodeVisitorImp, leafOnly >
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::GeometryGrid< HostGrid, CoordFunction, Allocator >::CollectiveCommunication
Use Communication instead! Will be removed after Dune 2.9.
Member Dune::Grid< dim, dimworld, ct, GridFamily >::CollectiveCommunication
Use Communication instead! Will be removed at some point in the future.
Member Dune::GridFactoryInterface< GridType >::insertElement ([[maybe_unused]] const GeometryType &type, [[maybe_unused]] const std::vector< unsigned int > &vertices, [[maybe_unused]] const std::shared_ptr< VirtualFunction< FieldVector< ctype, dimension >, FieldVector< ctype, dimworld > > > &elementParametrization)
[After Dune 2.7] VirtualFunction is deprecated, use the overload taking a std::function instead
Member Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LeafIndexSetImp, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits, EntitySeedImp, LocalGeometryImp >::CollectiveCommunication
Use Communication instead! Will be removed at some point in the future.
Member Dune::GridView< ViewTraits >::CollectiveCommunication
Use Communication instead! Will be removed after Dune 2.9.
Member Dune::LagrangeCubeLocalFiniteElement< D, R, dim, k >::LagrangeCubeLocalFiniteElement ()
This explicit implementation only exists to work around a bug in clang 3.8 which disappeared in clang 6
Member Dune::LagrangePrismLocalFiniteElement< D, R, k >::LagrangePrismLocalFiniteElement ()
This explicit implementation only exists to work around a bug in clang 3.8 which disappeared in clang 6
Member Dune::LagrangePyramidLocalFiniteElement< D, R, k >::LagrangePyramidLocalFiniteElement ()
This explicit implementation only exists to work around a bug in clang 3.8 which disappeared in clang 6
Class Dune::LeafMultipleCodimMultipleGeomTypeMapper< G >
Use MultipleCodimMultipleGeomTypeMapper instead
Class Dune::LeafSingleCodimSingleGeomTypeMapper< G, c >
Use SingleCodimSingleGeomTypeMapper instead
Class Dune::LevelMultipleCodimMultipleGeomTypeMapper< G >
Use MultipleCodimMultipleGeomTypeMapper instead
Class Dune::LevelSingleCodimSingleGeomTypeMapper< G, c >
Use SingleCodimSingleGeomTypeMapper instead
Class Dune::LocalFiniteElementFunctionBase< FE >
This class is deprecated. To keep this traits class working it exports a simple look-a-like of the old Dune::Function base class. However, you should stop using this and pass functions with plain operator() interface to interpolate() from now on.
Member Dune::makeToUnique (Args &&... args)
Member Dune::MPIHelper::getCollectiveCommunication ()
getCollectionCommunication is deprecated and will be removed after Dune 2.9.
Member Dune::MultiTypeBlockMatrix< FirstRow, Args >::size ()
Use method N instead. This will be removed after Dune 2.8.
Member Dune::MultiTypeBlockVector< Args >::count () const
Use method N instead. This will be removed after Dune 2.8.
Member Dune::P1LocalFiniteElement
This class is obsolete. Please use LagrangeSimplexLocalFiniteElement instead!
Member Dune::P23DLocalFiniteElement
This class is obsolete. Please use LagrangeSimplexLocalFiniteElement instead!
Member Dune::P2LocalFiniteElement
This class is obsolete. Please use LagrangeSimplexLocalFiniteElement instead!
Member Dune::Pk1DLocalFiniteElement
This class is obsolete. Please use LagrangeSimplexLocalFiniteElement instead!
Member Dune::Pk2DLocalFiniteElement
This class is obsolete. Please use LagrangeSimplexLocalFiniteElement instead!
Member Dune::Pk3DLocalFiniteElement
This class is obsolete. Please use LagrangeSimplexLocalFiniteElement instead!
Member Dune::PkLocalFiniteElement
This class is obsolete. Please use LagrangeSimplexLocalFiniteElement instead!
Class Dune::Power< p >
Please use the method power from math.hh instead!
Member Dune::PrismP1LocalFiniteElement
Please use LagrangePrismLocalFiniteElement<D,R,2> instead!
Member Dune::PrismP2LocalFiniteElement
Please use LagrangePrismLocalFiniteElement<D,R,2> instead!
Member Dune::PyramidP1LocalFiniteElement
Please use LagrangePyramidLocalFiniteElement<D,R,1> instead!
Member Dune::PyramidP2LocalFiniteElement
Please use LagrangePyramidLocalFiniteElement<D,R,2> instead!
Member Dune::Q1LocalFiniteElement
This class is deprecated! Please use LagrangeCubeLocalFiniteElement instead.
Member Dune::QkLocalFiniteElement
This class is deprecated! Please use LagrangeCubeLocalFiniteElement instead.
Member Dune::ReferenceElement
Using the syntax Dune::ReferenceElement<ctype,dim> is deprecated in DUNE 2.6. You have the following alternatives:
Class Dune::StaticPower< b, p >
Please use the method power from math.hh instead!
Member Dune::Std::make_array (const Args &... args)
Use deduction guide of std::array or std::to_array.
Member Dune::ToUniquePtr
Member Dune::TypeTree::forEachNode (Tree &&tree, PreFunc &&preFunc, LeafFunc &&leafFunc, PostFunc &&postFunc)
Use the more general applyToTree instead.
Member Dune::TypeTree::forEachNode (Tree &&tree, InnerFunc &&innerFunc, LeafFunc &&leafFunc)
Use the more general applyToTree instead.
Member Dune::TypeTree::NodeInterface::CHILDREN
Will be removed after release 2.9. Use degree()
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.
Class Dune::YaspFixedSizePartitioner< d >
use FixedSizePartitioning
Class Dune::YLoadBalance< d >
use the new interface of Yasp::Partitioning
Class Dune::YLoadBalanceDefault< d >
use Yasp::DefaultPartitioning
Class Dune::YLoadBalancePowerD< d >
use Yasp::PowerDPartitioning
File simd.hh
Use the newer simd architecture from dune/common/simd/simd.hh instead.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 25, 22:37, 2024)