Skip to content
Snippets Groups Projects
Commit 580eb7fe authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Last fine-tuning: qlim=8e-5, qpalim=1.2e-2 => symtests<2.6e-11,...

Last fine-tuning: qlim=8e-5, qpalim=1.2e-2 => symtests<2.6e-11, spectests<1.8e-11, continuity<8.011e-11
parent 6bfd74be
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ static const double eps(2e-16); ...@@ -43,7 +43,7 @@ static const double eps(2e-16);
extern Diagnosis diagnosis; extern Diagnosis diagnosis;
#endif #endif
double PolyhedralFace::qpa_limit_series = 1e-2; double PolyhedralFace::qpa_limit_series = 1.2e-2;
int PolyhedralFace::n_limit_series = 20; int PolyhedralFace::n_limit_series = 20;
double FormFactorPolyhedron::q_limit_series = 8e-5; double FormFactorPolyhedron::q_limit_series = 8e-5;
......
...@@ -66,7 +66,7 @@ TEST_P(FFSpecializationTest, Pyramid3AsPrism) ...@@ -66,7 +66,7 @@ TEST_P(FFSpecializationTest, Pyramid3AsPrism)
double L=1.8, H=.3; double L=1.8, H=.3;
FormFactorTetrahedron p0(L, H, Units::PI/2); FormFactorTetrahedron p0(L, H, Units::PI/2);
FormFactorPrism3 p1(L, H); FormFactorPrism3 p1(L, H);
test_ff_eq( &p0, &p1, 1.7e-11 ); test_ff_eq( &p0, &p1, 1.8e-11 );
} }
TEST_P(FFSpecializationTest, PyramidAsBox) TEST_P(FFSpecializationTest, PyramidAsBox)
......
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