Skip to content
Snippets Groups Projects
Commit 55be750d authored by Tobias Leibner's avatar Tobias Leibner
Browse files

adjust expectations

parent 69589197
No related branches found
No related tags found
No related merge requests found
Pipeline #62812 passed
Subproject commit 27c3987ea1495410a89910484d8d1f37aad39bd2 Subproject commit b69065d85fe8aac7e2e8345ac2b3ac39fac61d0f
...@@ -313,10 +313,10 @@ struct SourceBeamMnExpectedResults<LegendreMomentBasis<double, double, 7>, recon ...@@ -313,10 +313,10 @@ struct SourceBeamMnExpectedResults<LegendreMomentBasis<double, double, 7>, recon
template <bool reconstruct> template <bool reconstruct>
struct SourceBeamMnExpectedResults<LegendreMomentBasis<double, double, 7>, reconstruct, true> struct SourceBeamMnExpectedResults<LegendreMomentBasis<double, double, 7>, reconstruct, true>
{ {
static constexpr double l1norm = reconstruct ? 281.53354213834325 : 315.13471927598744; static constexpr double l1norm = reconstruct ? 281.49717291377885 : 315.13471927598744;
static constexpr double l2norm = reconstruct ? 492.8631341026487 : 513.73456040950032; static constexpr double l2norm = reconstruct ? 492.78959375804538 : 513.73456040950032;
static constexpr double linfnorm = reconstruct ? 1824.235113480062 : 1820.2785947776988; static constexpr double linfnorm = reconstruct ? 1824.235113480062 : 1820.2785947776988;
static constexpr double tol = 1e-4; static constexpr double tol = 1e-3;
}; };
template <bool reconstruct, bool kinetic_scheme> template <bool reconstruct, bool kinetic_scheme>
......
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