Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-elasticity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-elasticity
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
subversion->git
Select Git revision
Branches
18
enable-linear-elasticity
feature/move-to-dune-functions-bases
fix/comment
fix/hyperdual
fix/mooney-rivlin-parameter
master
default
mooney-rivlin-zero
patrizio-convexity-test
relaxed-micromorphic-continuum
releases/2.0-1
releases/2.1-1
releases/2.2-1
releases/2.3-1
releases/2.4-1
releases/2.5-1
releases/2.6-1
releases/2.7
releases/2.8
Tags
1
subversion->git
19 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jul
10
9
25
Jun
24
23
22
29
May
28
27
26
14
13
12
11
7
4
3
28
Apr
27
16
15
14
8
1
Mar
21
Feb
29
Jan
20
Dec
30
Aug
27
Jun
25
22
21
20
19
7
22
May
21
27
Nov
23
Oct
10
29
Sep
13
12
7
Jun
30
May
29
15
14
5
Apr
29
Mar
5
20
Feb
15
12
10
Jan
7
Oct
18
Sep
4
14
Feb
26
Oct
24
Jun
16
Feb
3
2
13
Jan
12
3
Oct
28
Sep
25
23
31
Jul
27
May
15
Apr
25
Mar
23
13
Nov
5
13
Oct
3
Jun
8
May
14
Apr
24
Jan
17
16
13
10
20
Dec
2
Sep
9
Aug
8
23
Apr
19
17
16
29
Mar
16
Jul
3
21
Dec
1
15
Nov
3
21
Oct
18
4
19
Aug
24
Jun
21
Jan
16
Nov
10
4
Jun
1
31
May
19
17
12
11
6
27
Apr
12
26
Jan
12
Jun
16
Apr
6
25
Mar
6
5
9
Feb
13
Jan
7
30
Dec
3
Nov
13
Oct
1
23
Jul
25
Jun
5
4
Mar
14
Feb
31
Dec
29
15
Nov
14
12
14
Aug
21
Jun
20
19
22
May
16
Apr
5
Feb
8
Jan
3
2
15
Dec
12
1
4
Oct
12
Sep
31
Aug
23
13
Jul
11
31
May
30
17
16
4
Apr
2
Feb
19
Jan
12
9
2
21
Dec
20
19
Merge branch 'fix/mooney-rivlin-parameter' into 'master'
Merge branch 'cleanup/whitespaces' into 'master'
Make mooneyrivlindensity.hh beautiful again
Local energy densities: parameter are always `double`
fix/mooney-rivl…
fix/mooney-rivlin-parameter
Merge branch 'simplify-mooneyrivlindensity' into 'master'
Simplify the calculation in mooneyrivlindensity.hh: Do not calulate the eigenvalues of F^TF and replace it by a function of trace(F^TF)
Add missing include (grid/common/partitionset.hh) in feassembler.hh, as the FEAssembler uses Dune::Partitions::interiorBorder
Merge branch 'feature/localhyperdualstiffness' into 'master'
Improved calculation of hyperdual sqrt
Merge branch 'fix/hyperdual' into 'master'
Fix: Implement std::numeric_limits and Dune::MathematicalConstants for hyperdual numbers
fix/hyperdual
fix/hyperdual
Merge branch 'feature/localhyperdualstiffness' into 'master'
Implementation of LocalHyperDualStiffness
Merge branch 'fix/mooneyrivlindensity' into 'master'
Fix for compiling mooneyrivlindensity: Do not wrap return statements in if-statements
Merge branch 'feature/adolc-alternative-modes' into 'master'
LocalADOLCStiffness: use "hessian2" instead of "hess_vec"
Merge branch 'fix/namespaces' into 'master'
Avoid direct calls of std:: namespaces
Merge branch 'fix/minor-improvements' into 'master'
Clean up mooneyrivlinenergy: Only take values that are actually used from the parset-file
Whitespaces only: Adjust indentation for commit 403dc03220d76c582dd5982d36007cc1e9524679 (Add try{}catch{} around the energy calculation and the solve() call inside the trustregion solver)
Add try{}catch{} around the energy calculation and the solve() call inside the trustregion solver
Throw an exception in Mooneyrivlindensity if det(F) < 0
Add timer to print the overall time and the time used for one trustregion step
Merge branch 'cleanup/includes' into 'master'
cleanup: remove/add includes
Merge branch 'feature/sum-energy' into 'master'
Merge branch 'fix/blocked-local-matrix' into 'master'
Fix: TrustRegionSolver: use blocked matrices for fufem scalar basis assembler
Merge branch 'fix/remove-virtual-function-wrapper' into 'master'
NeumannEnergy: use std::function instead of Dune::VirtualFunction
Merge branch 'fix/deprecations' into 'master'
SumEnergy: Allow more than two local energies
Move deprecated warnings to member variables
Merge branch 'feature/move-to-dune-functions-bases' into 'master'
Migrate from dune-fufem to dune-functions bases
feature/move-to…
feature/move-to-dune-functions-bases
Merge branch 'cleanup/whitespaces' into 'master'
Whitespace cleanup
Merge branch 'fix/ctype' into 'master'
Loading