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
9e2d27fdf41b80d1bd9b4cd81819511945535178
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
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
29
28
27
23
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
catch exceptions
fix various compiler warnings
implement unit test for SO(3)
add additional braces to avoid compiler warnings
Unit test for the singular value decomposition
remove the specialization for Rotations, it is not used anyways
don't compute and measure on the last grid. Since we are doing uniform refinement that last grid is equal to the reference grid. Hence computing there will lead to an error of zero and is a waste of time
Implement method evaluateDerivative using the orthonormal frame
write the computed errors into a file
Allow to compute the gradient of the harmonic energy functional
fix memory leak
remove some debugging code
add a comment
add support for unstructured grids
documentation fix
add missing header
Loading