Skip to content
Snippets Groups Projects
Commit 3f084e51 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

matrix.hh is now in dune-istl

[[Imported from SVN: r834]]
parent 33d21d15
Branches
No related tags found
No related merge requests found
#include <dune/istl/bcrsmatrix.hh> #include <dune/istl/bcrsmatrix.hh>
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/istl/matrixindexset.hh> #include <dune/istl/matrixindexset.hh>
#include <dune/common/matrix.hh> #include <dune/istl/matrix.hh>
#include <dune/grid/common/quadraturerules.hh> #include <dune/grid/common/quadraturerules.hh>
...@@ -139,7 +139,7 @@ getLocalMatrix( EntityType &entity, ...@@ -139,7 +139,7 @@ getLocalMatrix( EntityType &entity,
/**********************************************/ /**********************************************/
/* compute gradients of the shape functions */ /* compute gradients of the shape functions */
/**********************************************/ /**********************************************/
Array<FieldVector<double,gridDim> > shapeGrad(ndof); FieldVector<double,gridDim> shapeGrad[ndof];
for (int dof=0; dof<ndof; dof++) { for (int dof=0; dof<ndof; dof++) {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <dune/istl/bcrsmatrix.hh> #include <dune/istl/bcrsmatrix.hh>
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/istl/matrixindexset.hh> #include <dune/istl/matrixindexset.hh>
#include <dune/common/matrix.hh> #include <dune/istl/matrix.hh>
#include "configuration.hh" #include "configuration.hh"
namespace Dune namespace Dune
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment