Dune Core Modules (2.3.1)

Deprecated List
File diagonalmatrix.hh
Use the corresponding file from dune-common instead!
Member Dune::AffineGeometry< ct, mydim, cdim >::Jacobian
for compatibility, export the type JacobianInverseTransposed as Jacobian
Member Dune::AlbertaGridGeometry< mydim, cdim, GridImp >::operator[] (const int i) const
Use corner( int i) instead. This method will be removed after Dune 2.3.
Member Dune::ALU2dGridEntity< 0, dim, GridImp >::ibegin () const
Use ileafbegin() instead. This method will be removed after Dune 2.3
Member Dune::ALU2dGridEntity< 0, dim, GridImp >::iend () const
Use ileafend() instead. This method will be removed after Dune 2.3
Member Dune::ALU2dGridIntersectionBase< GridImp >::twistInNeighbor () const
Use twistInOutside() instead. This method will be removed after Dune 2.3.
Member Dune::ALU2dGridIntersectionBase< GridImp >::twistInSelf () const
Use twistInInside() instead. This method will be removed after Dune 2.3.
Class Dune::ALUConformGrid< 2, dimw >
Use ALUGrid< 2, dimw, simplex, conforming > instead.
Member Dune::ALUConformGrid< 2, dimw >::ALUConformGrid ()
Use ALUGrid< 2, dimw, simplex, conforming > instead.
Member Dune::ALUConformGrid< 2, dimw >::ALUConformGrid (const std::string macroName, std::istream &macroFile, const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verbose=true)
Use ALUGrid< 2, dimw, simplex, conforming > instead.
Member Dune::ALUConformGrid< 2, dimw >::ALUConformGrid (const std::string macroName, const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verbose=true)
Use ALUGrid< 2, dimw, simplex, conforming > instead.
Class Dune::ALUConformGrid< dim, dimworld >
Use ALUGrid instead.
Class Dune::ALUCubeGrid< 2, dimw >
Use ALUGrid< 2, dimw, cube, nonconforming > instead.
Member Dune::ALUCubeGrid< 2, dimw >::ALUCubeGrid (const std::string macroName, const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verbose=true)
Use ALUGrid< 2, dimw, cube, nonconforming > instead.
Member Dune::ALUCubeGrid< 2, dimw >::ALUCubeGrid (const std::string macroName, std::istream &macroFile, const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verbose=true)
Use ALUGrid< 2, dimw, cube, nonconforming > instead.
Member Dune::ALUCubeGrid< 2, dimw >::ALUCubeGrid ()
Use ALUGrid< 2, dimw, cube, nonconforming > instead.
Class Dune::ALUCubeGrid< 3, 3 >
Use ALUGrid< 3, 3, cube, nonconforming > instead.
Member Dune::ALUCubeGrid< 3, 3 >::ALUCubeGrid (const std::string macroName, const MPICommunicatorType mpiComm=BaseType::defaultCommunicator(), const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verb=true)
Use ALUGrid< 3, 3, cube, nonconforming > instead.
Member Dune::ALUCubeGrid< 3, 3 >::ALUCubeGrid (const MPICommunicatorType mpiComm, const DuneBoundaryProjectionType *bndProject, const DuneBoundaryProjectionVector *bndVector, const std::string macroName, const bool verb=true)
Use ALUGrid< 3, 3, cube, nonconforming > instead.
Member Dune::ALUCubeGrid< 3, 3 >::ALUCubeGrid (const MPICommunicatorType mpiComm=BaseType::defaultCommunicator())
Use ALUGrid< 3, 3, cube, nonconforming > instead.
Class Dune::ALUSimplexGrid< 2, dimw >
Use ALUGrid< 2, dimw, simplex, nonconforming > instead.
Member Dune::ALUSimplexGrid< 2, dimw >::ALUSimplexGrid (const std::string macroName, const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verbose=true)
Use ALUGrid< 2, dimw, simplex, nonconforming > instead.
Member Dune::ALUSimplexGrid< 2, dimw >::ALUSimplexGrid (const std::string macroName, std::istream &macroFile, const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verbose=true)
Use ALUGrid< 2, dimw, simplex, nonconforming > instead.
Member Dune::ALUSimplexGrid< 2, dimw >::ALUSimplexGrid ()
Use ALUGrid< 2, dimw, simplex, nonconforming > instead.
Class Dune::ALUSimplexGrid< 3, 3 >
Use ALUGrid< 3, 3, simplex, nonconforming > instead.
Member Dune::ALUSimplexGrid< 3, 3 >::ALUSimplexGrid (const std::string macroName, const MPICommunicatorType mpiComm=BaseType::defaultCommunicator(), const DuneBoundaryProjectionType *bndProject=0, const DuneBoundaryProjectionVector *bndVector=0, const bool verb=true)
Use ALUGrid< 3, 3, simplex, nonconforming > instead.
Member Dune::ALUSimplexGrid< 3, 3 >::ALUSimplexGrid (const MPICommunicatorType mpiComm, const DuneBoundaryProjectionType *bndProject, const DuneBoundaryProjectionVector *bndVector, const std::string macroName, const bool verb=true)
Use ALUGrid< 3, 3, simplex, nonconforming > instead.
Member Dune::ALUSimplexGrid< 3, 3 >::ALUSimplexGrid (const MPICommunicatorType mpiComm=BaseType::defaultCommunicator())
Use ALUGrid< 3, 3, simplex, nonconforming > instead.
Member Dune::Amg::AMG< M, X, S, PI, A >::AMG (const Operator &fineOperator, const C &criterion, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps, std::size_t postSmoothingSteps, bool additive=false, const ParallelInformation &pinfo=ParallelInformation()) DUNE_DEPRECATED
Use AMG(const Operator&, const C&, const SmootherArgs, const ParallelInformation) instead. All parameters can be set in the criterion!
Member Dune::Amg::AMG< M, X, S, PI, A >::AMG (const OperatorHierarchy &matrices, CoarseSolver &coarseSolver, const SmootherArgs &smootherArgs, std::size_t gamma, std::size_t preSmoothingSteps, std::size_t postSmoothingSteps, bool additive=false) DUNE_DEPRECATED
Use constructor AMG(const OperatorHierarchy&, CoarseSolver&, const SmootherArgs, const Parameters&) instead. All parameters can be set in the criterion!
Member Dune::Entity< 0, dim, GridImp, EntityImp >::ileafbegin () const
This method is deprecated and will be removed after Dune 2.3. Use LeafGridView.ibegin(Entity) instead.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::ileafend () const
This method is deprecated and will be removed after Dune 2.3. Use LeafGridView.iend(Entity) instead.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::ilevelbegin () const
This method is deprecated and will be removed after Dune 2.3. Use LevelGridView.ibegin(Entity) instead.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::ilevelend () const
This method is deprecated and will be removed after Dune 2.3. Use LevelGridView.iend(Entity) instead.
Member Dune::Entity< 0, dim, GridImp, EntityImp >::LeafIntersectionIterator
Will be removed in the release after dune-grid-2.3
Member Dune::Entity< 0, dim, GridImp, EntityImp >::LevelIntersectionIterator
Will be removed in the release after dune-grid-2.3
Class Dune::GenericReferenceElement< ctype, dim >
GenericReferenceElement was renamed to ReferenceElement. The class with the old name will be removed after Dune 2.3.
Class Dune::GenericReferenceElementContainer< ctype, dim >
GenericReferenceElementContainer was renamed to ReferenceElementContainer. The class with the old name will be removed after Dune 2.3.
Class Dune::GenericReferenceElements< ctype, dim >
GenericReferenceElements was renamed to ReferenceElements. The class with the old name will be removed after Dune 2.3.
Member Dune::Geometry< mydim, cdim, GridImp, GeometryImp >::DUNE_DEPRECATED_MSG ("type Geometry::Jacobian is deprecated, use Geometry::JacobianInverseTransposed instead.")
Member Dune::GridView< ViewTraits >::asImp ()
This method is deprecated and will be removed after Dune 2.3. Use impl() instead.
Member Dune::GridView< ViewTraits >::asImp () const
This method is deprecated and will be removed after Dune 2.3. Use impl() instead.
Member Dune::MultiLinearGeometry< ct, mydim, cdim, Traits >::Jacobian
This typedef will be removed after the release of dune 2.3
Class Dune::SelectType< first, T1, T2 >
Will be removed after dune-common-2.3, use 'conditional' instead.
Class Dune::TypeTraits< T >
This class will be replaced by alternatives found in the C++11 stl.
Member Dune::YaspGrid< dim >::YaspGrid (Dune::MPIHelper::MPICommunicator comm, Dune::FieldVector< ctype, dim > L, Dune::FieldVector< int, dim > s, Dune::FieldVector< bool, dim > periodic, int overlap, const YLoadBalance< dim > *lb=defaultLoadbalancer())
Will be removed after dune-grid 2.3. Use the corresponding constructor taking array<int> and std::bitset instead.
Member Dune::YaspGrid< dim >::YaspGrid (Dune::FieldVector< ctype, dim > L, Dune::FieldVector< int, dim > s, Dune::FieldVector< bool, dim > periodic, int overlap, const YLoadBalance< dim > *lb=defaultLoadbalancer())
Will be removed after dune-grid 2.3. Use the corresponding constructor taking array<int> and std::bitset instead.
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 7, 22:32, 2024)