Merge branch 'feature/exact-solution-from-ufl' into 'master'
Feature/exact solution from ufl Adds three form compiler arguments that: - Tell the form compiler which expression of the ufl file represents the exact solution. - Enable comparison dof vectors of numerical solution and interpolation of exact solution. - Enable calculation of l2errorsquared of difference between numerical solution and interpolation of exact solution. These methods only work for scalar equations. For Mixed-/Vector-/Tensorelements an exception is raised. See merge request !7
Showing
- python/dune/perftool/options.py 13 additions, 3 deletionspython/dune/perftool/options.py
- python/dune/perftool/pdelab/driver.py 85 additions, 12 deletionspython/dune/perftool/pdelab/driver.py
- test/nonlinear/CMakeLists.txt 9 additions, 0 deletionstest/nonlinear/CMakeLists.txt
- test/nonlinear/nonlinear_dg.mini 11 additions, 0 deletionstest/nonlinear/nonlinear_dg.mini
- test/nonlinear/nonlinear_dg.ufl 30 additions, 0 deletionstest/nonlinear/nonlinear_dg.ufl
Loading
Please register or sign in to comment