Merge branch 'feature/nonlinear' into 'master'
Solve nonlinear problem Make it possible to solve simple nonlinear problems. It would be nice to have a DG test case but we don't have a lop for creating a reference solution. I will open an issue for that and remove WIP from this merge request. See merge request !4
No related branches found
No related tags found
Showing
- python/dune/perftool/pdelab/driver.py 48 additions, 8 deletionspython/dune/perftool/pdelab/driver.py
- test/CMakeLists.txt 1 addition, 0 deletionstest/CMakeLists.txt
- test/nonlinear/CMakeLists.txt 15 additions, 0 deletionstest/nonlinear/CMakeLists.txt
- test/nonlinear/nonlinear.ufl 8 additions, 0 deletionstest/nonlinear/nonlinear.ufl
- test/nonlinear/nonlinear_ref.vtu 3 additions, 0 deletionstest/nonlinear/nonlinear_ref.vtu
- test/nonlinear/nonlinear_symdiff.mini 11 additions, 0 deletionstest/nonlinear/nonlinear_symdiff.mini
- test/nonlinear/reference_driver.hh 124 additions, 0 deletionstest/nonlinear/reference_driver.hh
- test/nonlinear/reference_main.cc 33 additions, 0 deletionstest/nonlinear/reference_main.cc
- test/nonlinear/reference_nonlinearpoissonfem.hh 172 additions, 0 deletionstest/nonlinear/reference_nonlinearpoissonfem.hh
- test/nonlinear/reference_problem.hh 56 additions, 0 deletionstest/nonlinear/reference_problem.hh
Loading
Please register or sign in to comment