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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6ad6f53a3d0a46effcb0f40277d5fc7b4c329bcc
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
Begin with the selected commit
Created with Raphaël 2.2.0
14
Nov
13
12
10
5
4
28
Oct
27
25
24
23
16
14
11
10
5
1
30
Sep
29
19
12
7
3
1
31
Aug
29
28
26
22
21
18
25
Jul
18
17
16
11
10
9
3
1
27
Jun
25
18
17
13
10
8
28
May
27
26
25
23
22
16
14
13
12
23
Apr
9
8
24
Mar
22
21
19
10
22
Jan
9
13
Dec
12
10
9
8
6
5
3
28
Nov
15
13
31
Oct
30
Sep
16
6
4
3
12
Jul
11
8
5
3
28
Jun
27
14
Feb
24
Jan
3
2
1
30
Dec
16
Nov
12
11
9
6
5
17
Sep
13
18
Jul
30
May
25
Apr
24
17
15
9
5
15
Mar
9
8
25
Feb
21
15
9
8
7
6
26
Jan
14
12
11
5
4
1
20
Dec
19
6
5
3
25
Nov
20
19
16
Add a template cmake build system
Update the README file with what today's 'duneproject' script creates
Ignore the 'build-cmake' subdirectory
Update text in the stamp file
Make BasisType a template parameter
Use proper template parameter names throughout
[cleanup] Unify the creation of transfer operators for the first-order and higher-order cases
Have an extra multigrid level when using a second- or third-order FE space
Use IPOpt again as the base solver, if available
[bugfix] The matrix communicator actually needs to different GridView objects
Use better internal names for the global mappers
Remove the 'localIndex' method; it is not actually used
[bugfix] Always start IPOpt from the zero iterate
Bugfix: also fall back to IPOpt if the model decrease is nan
New base solver for the MMG method when used as inner solver for a trust-region algorithm
Don't try and compute localToGlobal map for subentities that don't have dofs
Add 'contains' methods just like the mappers in dune-grid have them.
Rename GlobalP?Mapper::nGlobalEntity() to GlobalP?Mapper::size()
[cleanup] Rename GUIndex to GlobalMapper
Add method to set trust region radius with a separate scaling for each vector block component
Introduce method 'violate' which says whether a given vector is outside of the trust region
Introduce the trust region radius as an explicit member variable
Bugfix: the Neumann vector field enters the energy with a _negative_ sign
Allow more than one command line option
Print the Neumann loading along with the average deformation of the result
Hand over the Neumann boundary even when using point loads
New program to experiment with finite strain elasticity models
Add (temporary) support for point loads
St.Venant-Kirchhoff energy for a geometrically nonlinear material
Interpolation functions that works by retracting onto a tangent space
Infrastructure the assemble nonquadratic minimization problems using ADOL-C for the derivatives
Hencky energy functional for finite strain materials
Implement and use the long form of the nonquadratic membrane energy
Use the GlobalP1Mapper instead of a GlobalIndexSet where appropriate
Use method 'size' instead of 'nGlobalEntity'
Use static_assert instead of dune_static_assert
A mapper class for a global p1 space
Adapt to changes in the GlobalIndexSet class
Allow to write one set of scalar cell data
Use IPOpt again for solving the coarse grid problem
Loading