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.
0669b5234adb62391568b44e6dfc22fd5cdf1227
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
7
Jun
6
3
1
30
May
29
23
17
1
25
Apr
22
21
18
11
10
8
6
5
4
3
2
1
31
Mar
29
28
17
2
Feb
31
Jan
30
28
26
24
23
22
21
19
17
14
13
10
9
5
14
Dec
13
19
Nov
10
8
7
5
19
Oct
18
14
7
3
Sep
2
1
31
Aug
17
15
13
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
remove obsolete method 'embeddedGradientOfEmbeddedGradient'
Remove unnecessary multiplications with the orthonormal frame matrices
fix index bug
remove the field 'globalIsometricCoordinates'. It is not used after all.
Remove a few specializations. From now on we will assume that all target spaces can be parametrized by some sort of global embedding. I don't see a case coming where that is not general enough
test a few mixed derivatives as well
update list of files to be ignored
add missing header
New test for the fd approximation of the energy Hessian
put each program on a separate line
rename unitvectortest.cc to targetspacetest.cc
bugfix in the measuring code: 1d-ness was hardwired
Do not use the word 'rods' in variable names. This code is not restricted to rods anymore
Solve the minimization problems for the evaluation of gfe functions really down to machine precision. This appears to make the overall algorithm much more stable
show assembly timings and the multigrid output
remove obsolete method assembleHessianApproximation
remove lots of hardcoded 'double' data types
Add method 'orthonormalFrame' to Rotation<2>
Use the true Hessian for the trust-region method, not an approximation
ignore a few more executables
bugfix: consistently leave out the 0.5 in front of the sum. We never use it
fix copy'n'paste bug
get rid of the singular value decomposition altogether
avoid the use of the pseudo inverse in evaluateDerivativeOfValueWRTCoefficient
remove some dead code
also test UnitVector<4>
added empty methods to be able to at least compile the gfe assembler for a RigidBodyMotion class
fix minor documentation error
Start working on a code for a general elastic Cosserat continuum,
removed spurious #endif
implement all the methods that are necessary to use this with the general gfe infrastructure
fix copy'n'paste error in comment
remove a bit of dead code
implement in situ multiplication by a scalar
use the ValueFactory
Use the ValueFactory also to create Rotation<3,double> objects
merge 2d and 3d tests into a single method. All differences are now handled by ValueFactory
use the new value factory to test the UnitVector class
A factory that produces sets of test values for various target spaces
Test SO(3) as well
Loading