Skip to content

Compare DBC to numerical solution

René Heß requested to merge feature/compare_solution_to_dirichlet_bc into master

Makes it possible to compare numerical solution and dirichlet boundary condition by setting the formcompiler option '--dirichlet-is-exact-solution'.

Comparing means finding the maximum error in the dof vectors and throwing an error if it is too large. If you have any suggestions for better comparisons or option/functions names just let me know.

Merge request reports