Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ag-ohlberger
dune-community
dune-gdt
Commits
55be750d
Commit
55be750d
authored
4 years ago
by
Tobias Leibner
Browse files
Options
Downloads
Patches
Plain Diff
adjust expectations
parent
69589197
No related branches found
No related tags found
No related merge requests found
Pipeline
#62812
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.vcsetup
+1
-1
1 addition, 1 deletion
.vcsetup
dune/gdt/test/momentmodels/kinetictransport/testcases.hh
+3
-3
3 additions, 3 deletions
dune/gdt/test/momentmodels/kinetictransport/testcases.hh
with
4 additions
and
4 deletions
.vcsetup
@
b69065d8
Compare
27c3987e
...
b69065d8
Subproject commit
27c3987ea1495410a89910484d8d1f37aad39bd2
Subproject commit
b69065d85fe8aac7e2e8345ac2b3ac39fac61d0f
This diff is collapsed.
Click to expand it.
dune/gdt/test/momentmodels/kinetictransport/testcases.hh
+
3
−
3
View file @
55be750d
...
@@ -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.
5335421383432
5
:
315.13471927598744
;
static
constexpr
double
l1norm
=
reconstruct
?
281.
4971729137788
5
:
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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment