Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Troubled Cell Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Laura Christine Kühle
Troubled Cell Detection
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
f881f8ba7e5761dc77d8e5481216317ed198055b
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
3
Jun
2
31
May
26
25
17
10
3
27
Apr
26
5
29
Mar
15
14
2
1
28
Feb
15
1
25
Jan
20
19
18
11
21
Dec
7
30
Nov
24
23
16
9
5
Oct
21
Sep
19
14
31
Aug
20
19
3
27
Jul
30
Jun
25
May
7
Apr
6
5
3
31
Mar
30
2
24
Jan
19
18
17
10
6
5
3
16
Dec
2
18
Nov
11
18
Oct
13
11
10
7
6
30
Sep
23
22
9
2
20
Aug
20
May
Ensured repeatable output through seeds and deterministic models.
Improved docstring for Quadrature class.
Renamed quadrature evaluation points to nodes.
Replaced getter with property attributes for quadrature.
Removed completed TODOs.
Replaced 'eval_point' with mesh cells in 'do_initial_projection()'.
Removed unnecessary instance variables from TroubledCellDetector.
Changed code to create data dict for basis separately.
Changed code to create data dict for mesh separately.
Contained number of grid cells in mesh.
Contained interval length in mesh.
Contained interval boundaries in mesh.
Contained cell length in mesh.
Moved basis initialization for plots into 'plot_approximation_results()'.
Removed completed TODOs.
Replaced mesh with Mesh class.
Added property attribute for non-ghost cells in Mesh.
Added Mesh class.
Removed completed TODOs.
Enforced abstract classes, methods, and properties.
Removed completed TODOs.
Added type annotations to Basis class.
Improved docstring for Basis class.
Removed completed TODOs.
Contained polynomial degree in basis.
Replaced getter with property attributes for basis.
Removed completed TODOs.
Adapted docstring to uniform standard for colons in 'Basis_Function'.
Added documentation to '_calculate_reconstructions()' in Basis.
Hard-coded simplification of cell average and reconstruction calculations for OrthonormalLegendre.
Removed completed TODOs.
Moved 'calculate_cell_average()' to 'Basis'.
Removed completed TODOs.
Renamed 'Vector' to 'Basis'.
Extracted ndarray encoding and decoding.
Contained all plotting in 'Plotting'.
Removed completed TODOs.
Extract plotting from Troubled_Cell_Detector.
Extracted solution calculations from 'Plotting'.
Improved 'calculate_cell_average()'.
Loading