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.
10cce9442b58bd718db5de20249dff828d0ddf2a
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
11
May
29
Apr
28
27
26
23
22
21
19
15
28
Mar
23
22
18
17
14
13
10
9
8
7
26
Feb
19
18
17
16
15
13
12
11
10
9
6
5
4
21
Jan
19
13
23
Oct
22
21
19
15
13
8
24
Sep
19
Aug
5
26
May
17
12
6
5
30
Apr
29
28
27
23
22
21
20
19
18
17
16
8
6
5
Feb
2
11
Jan
30
Dec
28
25
29
Oct
24
Jul
23
21
11
Jun
9
6
5
19
May
12
18
Apr
9
Mar
8
7
6
4
3
Jan
31
Dec
20
Nov
15
23
Oct
22
17
16
12
4
28
Sep
5
4
29
Aug
28
27
24
22
21
20
17
15
14
13
8
3
21
Feb
5
8
Jan
5
4
2
21
Dec
14
13
6
30
Nov
15
13
24
Aug
23
21
Jun
20
15
14
29
May
21
Mar
28
Feb
8
5
Jan
30
Nov
28
15
5
Sep
23
Aug
18
Jul
localstiffness.hh has been removed
remove debugging output
bugfix: loop was over blocksize where it should have been the embeddedBlocksize
fix infinitesimalVariation method for RealTuple
add methods projectOntoTangentSpace() and orthonormalFrame()
start merging the specialization back into the general class
all manifolds have a bool member globalIsometricCoordinates now
remove dead method
prototype implementation of Hessian in local coordinates
remove references to old base class in unspecialized code
Compute the local corrections in local coordinates on the tangent bundle now, instead of using the embedding in the surrounding space
rename variable 'rodAssembler' to 'assembler'. There is nothing rod specific here
get rid of LocalStiffness class altogether
remove some dead code
add method to get an orthonormal frame at each point (for dim==2 only)
Start working on using local bases of the tangent spaces of S^n.
ignore generated Makefiles
out-comment the use of method computeGeodesicDifference. It currently doesn't work for all target spaces
Makefile for the new 'dune' directory
remove the possibility to solve the inner problem with a truncated cg. It never really worked and complicates the code
remove dead implementation of the Hessian
obsolete
get rid of old method 'assemble'
more include path renaming
update more include paths
update include paths
ignore dune-gfe.pc
update build system to new, Dune-conforming directory layout
adapt to new module name
rename to conform to new module name
update the description
rename to conform to new module name
move the code in 'src' into the new, dune-conforming directory dune/gfe
don't create the dune -> . symlink
don't ignore 'dune' anymore
start a test for the Hessian of the harmonic energy
Avoid memory leaks: the inner solver is kept through a shared_ptr now
make actual matrix public, for easier testing
minor fixes and improvements
a test to compare SO(2) and S^1, which should be the same, but implemented differently
Loading