Skip to content
Snippets Groups Projects
Commit 0678b87c authored by Fabian Klimpel's avatar Fabian Klimpel Committed by Fabian Klimpel
Browse files

Fixed unit test

parent 1ea1bb4c
No related branches found
No related tags found
1 merge request!791Include momentum in error estimation of the EigenStepper
...@@ -576,7 +576,7 @@ BOOST_AUTO_TEST_CASE(step_extension_vacmatvac_test) { ...@@ -576,7 +576,7 @@ BOOST_AUTO_TEST_CASE(step_extension_vacmatvac_test) {
propOptsDense(tgContext, mfContext); propOptsDense(tgContext, mfContext);
abortList.get<EndOfWorld>().maxX = 2_m; abortList.get<EndOfWorld>().maxX = 2_m;
propOptsDense.abortList = abortList; propOptsDense.abortList = abortList;
propOptsDense.maxSteps = 100; propOptsDense.maxSteps = 1000;
propOptsDense.maxStepSize = 1.5_m; propOptsDense.maxStepSize = 1.5_m;
propOptsDense.tolerance = 1e-8; propOptsDense.tolerance = 1e-8;
......
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