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

Remove template defaults

parent 98b0b7dd
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
#include "nicefunction.hh" #include "nicefunction.hh"
namespace Dune { namespace Dune {
template <int dim, class OuterFunctionType, template <int dim, class OuterFunctionType, class VectorType, class MatrixType>
class VectorType = BlockVector<FieldVector<double, dim>>,
class MatrixType = BCRSMatrix<FieldMatrix<double, dim, dim>>>
class GlobalLaursenNonlinearity class GlobalLaursenNonlinearity
: public GlobalNonlinearity<dim, VectorType, MatrixType> { : public GlobalNonlinearity<dim, VectorType, MatrixType> {
public: public:
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
#include "localnonlinearity.hh" #include "localnonlinearity.hh"
namespace Dune { namespace Dune {
template <int dim, template <int dim, class VectorTypeTEMPLATE, class MatrixTypeTEMPLATE>
class VectorTypeTEMPLATE = BlockVector<FieldVector<double, dim>>,
class MatrixTypeTEMPLATE = BCRSMatrix<FieldMatrix<double, dim, dim>>>
class GlobalNonlinearity { class GlobalNonlinearity {
public: public:
typedef VectorTypeTEMPLATE VectorType; typedef VectorTypeTEMPLATE VectorType;
......
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
#include "nicefunction.hh" #include "nicefunction.hh"
namespace Dune { namespace Dune {
template <int dim, class VectorType = BlockVector<FieldVector<double, dim>>, template <int dim, class VectorType, class MatrixType>
class MatrixType = BCRSMatrix<FieldMatrix<double, dim, dim>>>
class GlobalRuinaNonlinearity class GlobalRuinaNonlinearity
: public GlobalNonlinearity<dim, VectorType, MatrixType> { : public GlobalNonlinearity<dim, VectorType, MatrixType> {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment