Skip to content
Snippets Groups Projects
Commit 82e627c2 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Remove unused typedefs

parent 3c65f9ab
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class HierarchicEstimatorBase
typedef typename EnlargedGlobalBasis::GridView GridView;
typedef typename GridView::template Codim<0>::Iterator ElementIterator;
typedef typename GridView::template Codim<0>::EntityPointer ElementPointer;
typedef typename GridView::template Codim<0>::Entity Element;
typedef typename GridView::IntersectionIterator IntersectionIterator;
enum {dim = GridView::dimension};
......
......@@ -41,9 +41,6 @@ template <class Grid, class IS> class HierarchicApproximation {
//! get entity from the grid
typedef typename Grid::template Codim<0>::Entity Entity;
//! type of EntityPointer
typedef typename Grid::template Codim<0>::EntityPointer EntityPointer;
//! type of HierarchicIterator
typedef typename Grid::HierarchicIterator HierarchicIterator;
......
......@@ -35,7 +35,6 @@ class NewPFEAssembler : public LocalOperatorAssembler < GridType, TrialLocalFE,
typedef typename LocalOperatorAssembler < GridType, TrialLocalFE, AnsatzLocalFE, T >::Element Element;
typedef typename LocalOperatorAssembler < GridType, TrialLocalFE, AnsatzLocalFE, T >::BoolMatrix BoolMatrix;
typedef typename LocalOperatorAssembler < GridType, TrialLocalFE, AnsatzLocalFE, T >::LocalMatrix LocalMatrix;
// typedef typename GridType::template Codim<0>::Entity::EntityPointer ElementPointer;
// typedef typename LocalOperatorAssembler < GridType ,T >::BoolMatrix BoolMatrix;
// typedef typename Dune::Matrix<T> LocalMatrix;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment