- Member Dune::PDELab::adapt_grid (Grid &grid, GFS &gfs, X &x1)
- "Please use the version of adapt_grid() that explicity specifies the integration order instead"
- Member Dune::PDELab::adapt_grid (Grid &grid, GFS &gfs, X &x1, X &x2)
- "Please use the version of adapt_grid() that explicity specifies the integration order instead"
- Member Dune::PDELab::DefaultLocalAssembler< GO, LOP, nonoverlapping_mode >::NoConstraintsLFSUCache
- "NoConstraintsLFSUCache is deprecated, use LFSUCache instead and use the runtime interface to disable constraints caching"
- Member Dune::PDELab::DefaultLocalAssembler< GO, LOP, nonoverlapping_mode >::NoConstraintsLFSVCache
- "NoConstraintsLFSVCache is deprecated, use LFSVCache instead and use the runtime interface to disable constraints caching"
- Member Dune::PDELab::GridFunctionGeneralMapper
- Use DefaultLeafOrdering instead.
- Member Dune::PDELab::GridFunctionSpace< GV, FEM, CE, B, P >::GridFunctionSpace (const GV &gridview, const shared_ptr< const FEM > &fem, const CE &ce, const B &backend=B(), const OrderingTag &ordering_tag=OrderingTag())
- "Use either a constructor that passes both FiniteElementMap and ConstraintsEngine as const reference \(for objects with externally controlled lifetime) or as shared_ptr (this GridFunctionSpace will assume shared ownership of both objects)."
- Member Dune::PDELab::ISTLBackend_AMG< GO, s, Preconditioner, Solver >::setparams (Parameters params_)
- "setparams() is deprecated, use setParameters() instead"
- Member Dune::PDELab::ISTLBackend_AMG_NOVLP< GO, s, Preconditioner, Solver >::setparams (Parameters params_)
- "setparams() is deprecated, use setParameters() instead"
- Member Dune::PDELab::LocalSparsityPattern::push_back (const SparsityLink &link)
- "The std::vector-like interface to LocalSparsityPattern is deprecated, use addLink() instead."
- Member Dune::PDELab::QkCGLocalFiniteElementMap< D, R, k, d >::QkCGLocalFiniteElementMap ()
- "Please use QkLocalFiniteElementMap instead"
- Member Dune::PDELab::StationaryLinearProblemSolver< GO, LS, V >::StationaryLinearProblemSolver (const GO &go, V &x, LS &ls, typename V::ElementType reduction, typename V::ElementType min_defect=1e-99, int verbose=1)
- "Use StationaryLinearProblemSolver(const GO&, LS&, V&, ...) instead."