Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Sander, Oliver
dune-gfe
Graph
fca7bcfefbd8d3e228b426b461abcc563892abdb
Select Git revision
Branches
20
bugfix/fix_rigidbodymotion_difference
decasteljau
feature/ARRN-mod
feature/HM-numericalBenchmark
feature/HarmonicmapsBenchmark
feature/SimoFoxWithLocalFEfunctions
feature/bendingIsometries
feature/bendingIsometries-PBFE-Stiefel
feature/harmonicmapsAddons
feature/introduceRetractionNotion
feature/riemannianTRaddons
feature/simofoxBook
fix-fd-gradient-scaling
fix_localrodassembler_compiler_error
issue/vtk-namespace
make_rod-eoc_run
master
default
releases/2.0-1
releases/2.1-1
releases/2.10
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Sep
2
14
Jul
13
9
Jun
8
20
May
15
14
13
4
Mar
18
Feb
11
29
Jan
19
19
Dec
18
22
Oct
21
11
10
8
7
9
Jul
23
Jun
16
14
1
29
May
27
22
21
20
17
16
14
8
6
4
3
9
Jan
3
18
Dec
23
Nov
22
4
Oct
20
Sep
6
18
Aug
19
Jun
30
May
24
22
11
17
Apr
16
13
11
6
5
2
Mar
26
Feb
19
14
12
24
Jan
22
15
10
5
2
21
Dec
19
12
6
27
Nov
24
24
Oct
9
Jul
7
12
May
10
8
7
5
3
23
Mar
22
5
1
27
Feb
25
21
12
11
10
8
1
30
Jan
29
27
26
24
23
22
20
19
17
10
9
4
31
Dec
29
28
27
26
19
9
6
3
27
Nov
20
15
14
18
Oct
16
7
4
3
2
19
Jun
13
May
4
15
Apr
9
5
31
Mar
28
26
25
24
23
21
20
19
18
16
15
14
12
Feb
8
6
5
1
28
Jan
27
25
16
14
Call loadBalance() for the grid once all refinement steps are done
Adjust Riemannian trust-region solver for parallel runs
Adjust console output for parallel runs
Remove unused variable from globalmapper.hh and rename coarseGlobalDof_ to globalDof_
Remove the input from the call to trace_off()
Merge branch 'centralize-linear-algebra-methods' into 'master'
Move all generic low-level matrix methods to a central place
Merge branch 'fix/unused-paramters-in-surfacecosseratenergy' into 'master'
Merge branch 'fix/use-correct-quadrature-order' into 'master'
Reduce quadrature order, before 16 quadrature points were used, an amount that's sufficient to integrate over a 3D-element, but as the integral is on the boundary, now 9 quadrature points, which are enough for 2D, are used.
Remove unused parameters q and kappa from surfacecosseratenergy
Merge branch 'feature/python-function-for-material-parameters' into 'master'
Introduce a function to determine the thickness and Lamé parameters of the cosserat material
Add option to read in a displacement file that will be used for the stress-free configuration of the shell elements
Merge branch 'fix/minor-improvements' into 'master'
Change CMakeLists: Only build film-on-substrate if dune-parmg is installed
Remove unused functions from surfacecosseratenergy (they were copied from cosseratenergystiffness)
Change the order to 2; print out the order at the beginning of the program
Only print Neumann-Values once, print out number of surface shell vertices
Add exception handling when computing the energy after the trust region step
Print total time needed for the whole program to run (in main)
Print total time, total assembly time and total time needed for solving at the end of the trust-region solver run
Refine only the Surfaceshell boundary, not the rest of the elastic material
WHITESPACES: Continue with Trust-Region-Algorithm if IPOPT threw an error while solving, treat this case as an 'unsuccessful iteration'
Continue with Trust-Region-Algorithm if IPOPT threw an error while solving, treat this case as an 'unsuccessful iteration'
Merge branch 'fix/ci-docker-addresses' into 'master'
Merge branch 'update/adjust-film-on-substrate-parset-file' into 'master'
Add mooneyrivlin-parameters, add comments in the parset file
Update the image addresses in .gitlab-ci.yml from "duneci/dune:***" to "registry.dune-project.org/docker/ci/dune:***", so the dokcer-images are fetched from the official dune-ci
Merge branch 'update-to-upstream-changes' into 'master'
Fix test to always use appropriate power bases
Fix -Wformat warning
Update all calls of dune elasticity to deprecated version in master to make ci pass
Adjust calls to interpolate and to makeDiscreteGloablBasisFunction to correct syntax
Merge branch 'lisa-parallel' into 'master'
Add class GlobalMapper that uses dune-parmg for global index sets
Use std::make_shared to create the BaseSolver of the Trustregion Algorithm
Make dune-parmg an optional dependency of dune-gfe
Remove old dune-2.4 compatibility code
use-dune-parmg-…
use-dune-parmg-for-global-indices
Reimplement the global mappers using the dune-parmg module
Loading