Skip to content
Snippets Groups Projects
Commit b269a3a7 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[la.container.istl] update

parent 0eda31ae
No related branches found
No related tags found
No related merge requests found
...@@ -8,14 +8,14 @@ ...@@ -8,14 +8,14 @@
#include <dune/common/static_assert.hh> #include <dune/common/static_assert.hh>
#if HAVE_DUNE_ISTL
#include <dune/common/fvector.hh> #include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/common/typetraits.hh> #include <dune/common/typetraits.hh>
#if HAVE_DUNE_ISTL
#include <dune/istl/bvector.hh> #include <dune/istl/bvector.hh>
#include <dune/istl/bcrsmatrix.hh> #include <dune/istl/bcrsmatrix.hh>
#endif // HAVE_DUNE_ISTL
#include "interfaces.hh" #include "interfaces.hh"
#include "pattern.hh" #include "pattern.hh"
...@@ -33,6 +33,8 @@ template <class ScalarImp> ...@@ -33,6 +33,8 @@ template <class ScalarImp>
class IstlRowMajorSparseMatrix; class IstlRowMajorSparseMatrix;
#if HAVE_DUNE_ISTL
/// Traits for IstlDenseVector. /// Traits for IstlDenseVector.
template <class ScalarImp> template <class ScalarImp>
class IstlDenseVectorTraits class IstlDenseVectorTraits
...@@ -614,16 +616,8 @@ private: ...@@ -614,16 +616,8 @@ private:
}; // class IstlRowMajorSparseMatrix }; // class IstlRowMajorSparseMatrix
} // namespace LA
} // namespace Stuff
} // namespace Dune
#else // HAVE_DUNE_ISTL #else // HAVE_DUNE_ISTL
namespace Dune {
namespace Stuff {
namespace LA {
template <class ScalarImp> template <class ScalarImp>
class IstlDenseVector class IstlDenseVector
...@@ -638,10 +632,10 @@ class IstlRowMajorSparseMatrix ...@@ -638,10 +632,10 @@ class IstlRowMajorSparseMatrix
}; };
#endif // HAVE_DUNE_ISTL
} // namespace LA } // namespace LA
} // namespace Stuff } // namespace Stuff
} // namespace Dune } // namespace Dune
#endif // HAVE_DUNE_ISTL
#endif // DUNE_STUFF_LA_CONTAINER_ISTL_HH #endif // DUNE_STUFF_LA_CONTAINER_ISTL_HH
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