Skip to content
Snippets Groups Projects
Commit 20748c9e authored by Max Kahnt's avatar Max Kahnt
Browse files

Remove superfluous method repetition (is inherited publicly).

parent 5e948d3c
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- // -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
// vi: set et ts=8 sw=4 sts=4: // vi: set et ts=8 sw=4 sts=4:
template<class MatrixType, class DiscFuncType>
inline
DiscFuncType ProjectedBlockGSStep<MatrixType, DiscFuncType>::getSol()
{
return *(this->x_);
}
template<class MatrixType, class DiscFuncType> template<class MatrixType, class DiscFuncType>
inline inline
void ProjectedBlockGSStep<MatrixType, DiscFuncType>::iterate() void ProjectedBlockGSStep<MatrixType, DiscFuncType>::iterate()
......
...@@ -31,8 +31,6 @@ public: ...@@ -31,8 +31,6 @@ public:
//! Perform one iteration //! Perform one iteration
virtual void iterate(); virtual void iterate();
virtual DiscFuncType getSol();
const Dune::BitSetVector<BlockSize>* hasObstacle_; const Dune::BitSetVector<BlockSize>* hasObstacle_;
const std::vector<BoxConstraint<field_type,BlockSize> >* obstacles_; const std::vector<BoxConstraint<field_type,BlockSize> >* obstacles_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment