Skip to content
Snippets Groups Projects
Commit fc506a40 authored by Timo Koch's avatar Timo Koch
Browse files

[test][tracer][multidoamain] Use smaller epsilon

This was previously not possible because of the bug in the
explicit/numdiff assembler. The large epsilon masked the error
in the storage derivative. Now it also works with small epsilon.
parent 5fffb276
No related branches found
No related tags found
1 merge request!1707Bugfix/assembly numdiff explicit
......@@ -27,4 +27,4 @@ SpatialParams.Porosity = 0.9
OutputName = test_md_facet_tracertracer
[Assembly]
NumericDifference.BaseEpsilon = 1e10
NumericDifference.BaseEpsilon = 1e-10
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