Merge branch 'feature/nonlinear-matrix-free' into 'master'
Feature/nonlinear matrix free Depends on PDELab merge request https://gitlab.dune-project.org/pdelab/dune-pdelab/merge_requests/183. * [x] stationary CG * [x] stationary DG Important notes: - The nonlinear_matrix_free_dg_numdiff throws a time out. I already reduced the grid size to 4x4 and I don't want to go any smaler. Maybe we just delete this test? I think it's ok if we only test numdiff in CG since we want to use symdiff anyway. Opinions? - Instationary matrix free needs some changes in PDELab. Should be postponed until it is supported there. Closes #26 . See merge request !29
Showing
- dune/perftool/matrixfree.hh 24 additions, 2 deletionsdune/perftool/matrixfree.hh
- dune/perftool/matrixfreeistlbackends.hh 161 additions, 0 deletionsdune/perftool/matrixfreeistlbackends.hh
- dune/perftool/matrixfreenewton.hh 521 additions, 0 deletionsdune/perftool/matrixfreenewton.hh
- dune/perftool/newtonbase.hh 50 additions, 0 deletionsdune/perftool/newtonbase.hh
- python/dune/perftool/compile.py 1 addition, 1 deletionpython/dune/perftool/compile.py
- python/dune/perftool/pdelab/driver.py 6 additions, 1 deletionpython/dune/perftool/pdelab/driver.py
- python/dune/perftool/pdelab/localoperator.py 50 additions, 25 deletionspython/dune/perftool/pdelab/localoperator.py
- python/dune/perftool/pdelab/signatures.py 120 additions, 0 deletionspython/dune/perftool/pdelab/signatures.py
- test/nonlinear/CMakeLists.txt 11 additions, 0 deletionstest/nonlinear/CMakeLists.txt
- test/nonlinear/nonlinear.mini 4 additions, 0 deletionstest/nonlinear/nonlinear.mini
- test/nonlinear/nonlinear.ufl 3 additions, 1 deletiontest/nonlinear/nonlinear.ufl
- test/nonlinear/nonlinear_matrix_free.mini 17 additions, 0 deletionstest/nonlinear/nonlinear_matrix_free.mini
- test/nonlinear/nonlinear_matrix_free_dg.mini 17 additions, 0 deletionstest/nonlinear/nonlinear_matrix_free_dg.mini
Loading
Please register or sign in to comment