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

get rid of the BoundaryConditions type from dune-disc

[[Imported from SVN: r5640]]
parent 2a38fb68
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
#include <dune/common/fmatrix.hh>
#include <dune/istl/matrix.hh>
#include <dune/grid/common/quadraturerules.hh>
#include <dune/disc/operators/boundaryconditions.hh>
#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>
#include "localgeodesicfestiffness.hh"
......@@ -46,7 +45,6 @@ public:
// types for matrics, vectors and boundary conditions
typedef Dune::FieldMatrix<RT,m,m> MBlockType; // one entry in the stiffness matrix
typedef Dune::FieldVector<RT,m> VBlockType; // one entry in the global vectors
typedef Dune::array<Dune::BoundaryConditions::Flags,m> BCBlockType; // componentwise boundary conditions
// /////////////////////////////////
// The material parameters
......
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