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.
02b2a2279ae8bb2148f79524d89e60796b4b94a2
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
12
May
31
Mar
30
24
12
10
9
24
Feb
2
Dec
25
Nov
24
22
14
13
9
28
Oct
27
21
20
19
9
8
6
5
4
3
30
Sep
29
28
27
26
23
22
19
16
15
6
5
2
5
Jun
4
3
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
Vectorized 'update_right_hand_side()' for Burgers.
master
master
Vectorized 'rarefaction_wave' for Burgers.
Reworked code to ensure termination of Burgers' equation with Sine function.
Reworked code to ensure termination of Burgers' equation with DiscontinuousConstant function.
Enabled choice of equation.
Moved 'height_adjustment' and 'stretch_factor' into 'implicit_burgers_solver().'
Ensured that only ghost cells are changed for Dirichlet boundary.
Ensured that CFL number is non-negative.
Marked Burgers' equation as inviscid.
Removed completed TODOs.
Added annotations to questions to Burgers.
Removed completed TODOs.
Cleaned up exact solution for Burgers class.
Adapted code to accommodate boundary decorator.
Removed completed TODOs.
Added 'solve_exactly()' for Burgers class.
Added Dirichlet boundary.
Added 'update_right_hand_side()' for Burgers class.
Fixed wrong type for number of quadrature nodes.
Added derivative basis to Basis class.
Added 'update_time_step()' for Burgers class.
Removed completed TODOs.
Enforced that number of ghost cells is positive for calculations and non-negative for training.
Ensured exact solution is calculated in Equation class.
Adapted number of ghost cells based on ANN stencil.
Enforced boundary condition for initial condition in exact solution only.
Enforced boundary condition on Boxplot folds with decorator.
Enforced boundary condition on Boxplot bounds with decorator.
Enforced periodic boundary condition for projection with decorator.
Refactored Boxplot class.
Removed completed TODOs.
Changed 'num_ghost_cells' to be dependent on mesh mode.
Renamed boundary matrix to flux matrix.
Renamed stiffness matrix to volume integral matrix.
Removed completed TODOs.
Sorted TODOs.
Removed completed TODOs.
Extracted equation-related functionality into LinearAdvection class.
Moved 'do_initial_projection()' to projection_utils.py.
Changed code to allow compatibility with arbitrary number of ghost cells.
Loading