Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
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
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
podlesny
dune-tectonic
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
5e8f6610a27426473c4f76b0a4756b54f93df40e
Select Git revision
Branches
10
2013-PippingSanderKornhuber
2014-Dissertation-Pipping
2016-PippingKornhuberRosenauOncken
default
2021-GraeserKornhuberPodlesny
2022-Strikeslip-Benchmark
AverageCrosspoints
Dissertation2021
protected
last_working
old_solver_new_datastructure
separate-deformation
10 results
Begin with the selected commit
Created with Raphaël 2.2.0
12
Sep
11
10
5
4
3
29
Aug
28
27
26
24
16
9
8
6
3
2
1
31
Jul
30
29
28
27
24
21
6
5
3
29
Jun
28
16
May
15
10
8
7
25
Apr
23
Mar
22
21
16
15
14
13
12
11
1
29
Feb
28
27
25
23
23
Jan
16
10
9
6
4
3
30
Dec
23
22
21
19
16
15
14
13
7
29
Nov
22
21
16
15
14
13
12
11
10
9
8
7
4
3
2
Drop obsolete parameter
Use ud as the accuracy criterion
Never going back to Yaspgrid
TODOs
Convert timestepping.cc to org-babel
Use a more complicated multigrid scheme again
Send timings to stderr
Add gravity functional
Whitespace
Cleanup
Implement Newmark scheme
Solve velocity problem w/ corresponding Dirichlet
Comments
Get rid of some typedefs
Cleanup
Untabify
Move u_old_old_ptr from TimeSteppingScheme
Do not inherit constructors
Introduce enum for scheme; Give each a constructor
u_old_old -> u_old_old_ptr
Typo
Work with velocities rather than differences
Rename: solution -> u
Rename: u -> u_old; use solution instead of u everywhere
Rename: u_old_old -> u_old_old_ptr
Move tau from nonlinearity to stiffness matrix
Rename argument: velocity -> difference
Whitespace, comments
Move timestepping to a separate file
Add class TimeSteppingScheme
Rename: twoStageImplicit -> ImplicitTwoStep
Add a two-step implicit time stepping scheme
New tolerance
frictionalBoundary -> frictionalVelocity
Solve a problem that is not soft
Do not hardcode the boundary
Cleanup
Use a Krause-style iteration
Make dirichlet values time independent
More useful error message
Loading