Skip to content
Snippets Groups Projects
Commit 547d2260 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

fixup

parent c8240d10
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ int main(int argc, char** argv){
FullGO fullgo(dg2_gfs_, dg2_gfs__cc, dg2_gfs_, dg2_gfs__cc, fulllop, mb);
// Additional grid operators for preconditioner
using BDLOP = BlockDiagonalOperator<DG2_GFS, DG2_GFS,>;
using BDLOP = BlockDiagonalOperator<DG2_GFS, DG2_GFS>;
using BDGO = Dune::PDELab::FastDGGridOperator<DG2_GFS, DG2_GFS, BDLOP, MatrixBackend, DF, RangeType, RangeType, DG2_GFS_CC, DG2_GFS_CC>;
BDLOP bdlop(dg2_gfs_, dg2_gfs_, initree);
BDGO bdgo(dg2_gfs_, dg2_gfs__cc, dg2_gfs_, dg2_gfs__cc, bdlop, mb);
......
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