Skip to content
Snippets Groups Projects
Commit 623ce68a authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

remove a few unused typedefs

[[Imported from SVN: r12708]]
parent 19285ada
Branches
No related tags found
No related merge requests found
...@@ -57,7 +57,6 @@ void writeBoundary(const BoundaryPatch<GridView>& surface, const std::string& fi ...@@ -57,7 +57,6 @@ void writeBoundary(const BoundaryPatch<GridView>& surface, const std::string& fi
fprintf(fp, "\nVertices %d\n", surfVertices.count()); fprintf(fp, "\nVertices %d\n", surfVertices.count());
typedef typename GridView::template Codim<dim>::Iterator VertexIterator; typedef typename GridView::template Codim<dim>::Iterator VertexIterator;
typedef typename GridView::template Codim<0>::Iterator ElementIterator;
VertexIterator vIt = gv.template begin<dim>(); VertexIterator vIt = gv.template begin<dim>();
VertexIterator vEndIt = gv.template end<dim>(); VertexIterator vEndIt = gv.template end<dim>();
......
...@@ -116,7 +116,6 @@ struct BasisInterpolator ...@@ -116,7 +116,6 @@ struct BasisInterpolator
{ {
typedef typename GridView::template Codim<0>::Iterator ElementIterator; typedef typename GridView::template Codim<0>::Iterator ElementIterator;
typedef typename B::LocalFiniteElement LocalFiniteElement; typedef typename B::LocalFiniteElement LocalFiniteElement;
typedef typename B::LocalFiniteElement::Traits::LocalInterpolationType LocalInterpolation;
typedef typename Dune::LocalFiniteElementFunctionBase<typename B::LocalFiniteElement>::type FunctionBaseClass; typedef typename Dune::LocalFiniteElementFunctionBase<typename B::LocalFiniteElement>::type FunctionBaseClass;
typedef LocalFunctionComponentWrapper<F, Grid, FunctionBaseClass> LocalWrapper; typedef LocalFunctionComponentWrapper<F, Grid, FunctionBaseClass> LocalWrapper;
......
...@@ -91,7 +91,6 @@ void improveGrid(GridType& grid, double threshold) ...@@ -91,7 +91,6 @@ void improveGrid(GridType& grid, double threshold)
typedef typename GridType::template Codim<0>::LevelIterator ElementIterator; typedef typename GridType::template Codim<0>::LevelIterator ElementIterator;
typedef typename GridType::template Codim<0>::Entity EntityType; typedef typename GridType::template Codim<0>::Entity EntityType;
typedef typename EntityType::EntityPointer EntityPointer; typedef typename EntityType::EntityPointer EntityPointer;
typedef typename EntityType::LevelIntersectionIterator NeighborIterator;
VertexIterator vIt = grid.template lbegin<dim>(maxLevel); VertexIterator vIt = grid.template lbegin<dim>(maxLevel);
VertexIterator vEndIt = grid.template lend<dim>(maxLevel); VertexIterator vEndIt = grid.template lend<dim>(maxLevel);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment