Skip to content
Snippets Groups Projects
Commit 9c1461c5 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Never going back to Yaspgrid

parent ff6676c5
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
// #include <dune/grid/yaspgrid.hh>
#include <dune/grid/alugrid.hh>
#include <dune/fufem/functionspacebases/p1nodalbasis.hh>
......@@ -15,7 +14,6 @@ typedef Dune::BCRSMatrix<SmallMatrix> MatrixType;
typedef Dune::BlockVector<SmallVector> VectorType;
typedef Dune::ALUGrid<DIM, DIM, Dune::simplex, Dune::nonconforming> GridType;
// typedef Dune::YaspGrid<DIM> GridType;
typedef GridType::LeafGridView GridView;
typedef P1NodalBasis<GridView, double> P1Basis;
......
......@@ -4,7 +4,6 @@
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
//#include <dune/grid/yaspgrid.hh>
#include <dune/grid/alugrid.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/bvector.hh>
......@@ -21,7 +20,6 @@ typedef MyConvexProblem<MatrixType, VectorType> MyConvexProblemType;
typedef MyBlockProblem<MyConvexProblemType> MyBlockProblemType;
typedef Dune::ALUGrid<DIM, DIM, Dune::simplex, Dune::nonconforming> GridType;
// typedef Dune::YaspGrid<DIM> GridType;
template class MySolver<DIM, MatrixType, VectorType, GridType,
MyBlockProblemType>;
......@@ -42,7 +42,6 @@
#include <dune/grid/alugrid.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/grid/utility/structuredgridfactory.hh>
// #include <dune/grid/yaspgrid.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/bvector.hh>
......
......@@ -4,7 +4,6 @@
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
//#include <dune/grid/yaspgrid.hh>
#include <dune/grid/alugrid.hh>
#include <dune/istl/bvector.hh>
......@@ -18,7 +17,6 @@ typedef Dune::FieldMatrix<double, DIM, DIM> SmallMatrix;
typedef Dune::BlockVector<SmallVector> VectorType;
typedef Dune::ALUGrid<DIM, DIM, Dune::simplex, Dune::nonconforming> GridType;
// typedef Dune::YaspGrid<> GridType;
typedef GridType::LeafGridView GridView;
typedef P1NodalBasis<GridView, double> P1Basis;
typedef P0Basis<GridView, double> MyP0Basis;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment