Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psaap3-weno
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Andreas Klöckner
psaap3-weno
Graph
9bd105376f03c452ad21b2319a0a6dd2e35c4671
Select Git revision
Branches
4
fix-loopy-failures
master
default
protected
rhs_metric_tests
rhs_tests
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
2
Sep
30
Aug
29
26
24
23
22
19
6
3
2
29
Jul
28
22
21
20
17
15
9
10
9
8
1
29
Jun
28
26
25
24
21
20
21
20
19
17
1
31
May
30
29
28
29
28
27
28
27
28
27
28
27
26
25
26
25
26
25
24
23
21
20
21
20
19
15
14
13
9
8
add an alias for ideal_gas so it's easier to use another gas in future
get rid of stuff we don't need anymore, and cleanup usage of direction
get rid of some unused utility functions
more cleanup in reference implementation
cleanup oscillation indicator computation
more cleanup on flux splitting, add new utility to transpose and copy arrays
some cleanup in flux splitting reference
get rid of commented single-precision values for array comparison check
clean up pointwise flux computation in reference implementation
break out ideal gas specific elements of reference implementation
add consistent_part to reference implementation
remove hard-coded data, broken because we forgot reference implementation for consistent part
added reference implementation for wavespeeds
use fluxes from reference implementation
add "reference" implementation for Roe eigensystem
added reference implementation for pointwise eigenvalues
using reference implementation for flux splitting
bugfix in reference implementation imports/naming
introduce utility for generating empty arrays
not using ref implementation of characteristic flux splitting since it seems to cause dimensional issues
added reference implementation for characteristic flux splitting
added reference implementation for oscillation indicators
add reference implementation of weno flux
added dissipation_part_neg reference implementation
add reference implementation for positive dissipation part
added reference implementation for weno_weights
change combined_frozen_metrics so it is set in FluxDataSingle constructor
create new file for Python reference implementation
introduce new test to check whether bug is in WENO.F90 or Mathematica script
Revert "mark tests as slow and focus on case a:x"
Merge branch 'master' into weno-weight-bug
Merge branch '19-weno-flux-contains-bug' into 'master'
Merge branch 'dissipation-part' into '19-weno-flux-contains-bug'
Point CI at loopy!343 temporarily
Get rid of weighted_sum_pos and by-hand summation in oscillation_pos
Expose test data in main test script for command line access
Merge branch 'double-precision' into 'dissipation-part'
add skeleton test to double-check if weno weight computation with expected data
mark tests as slow and focus on case a:x
add a blank line to make flake8 happy
Loading