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

More similiarity with the nonlinearity interface

parent e0d70fac
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class GlobalNonlinearity {
using SingletonVectorType = BlockVector<FieldVector<double, 1>>;
public:
using IndexSet = Dune::MatrixIndexSet;
using MatrixType = MatrixTypeTEMPLATE;
using VectorType = VectorTypeTEMPLATE;
using LocalMatrixType = typename MatrixType::block_type;
......
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