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.
99bfcfb57ef86fdd53889d3a9b7949d74d053d87
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
13
Sep
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
15
14
12
4
3
28
Oct
27
26
25
24
23
21
20
19
18
17
16
14
13
12
11
4
30
Sep
25
22
22
Aug
19
11
15
Jul
13
11
24
Jun
14
13
12
10
9
7
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
make the order of the higher-order function a parameter
factor out construction of the Lagrange nodes into a separate method
run more checks
actually add the test for nestedness of GFE functions of different order
add range checks
Remove old hack around the ambiguity in the interface between 3-vectors and skew-symmetric matrices
Dune 2.2 compatible branch of the dune-gfe module
avoid compiler warning: size_t -> int and inverse() doesn't return a Rotation
set resultPath so the different result files don't overwrite each other
remove a few spurious 'typename' keywords. gcc 4.6 is stricter than 4.4
copy code from the wrinkling example into an out-commented code block
remove some dead code
write the solution into the directory given by 'resultPath'
Default parameter set for the wrinkling tests
A test suite for parameter studies about the 'wrinkling' phenomenon of the Neff shells
Use material parameters other than '1' to test whether all the constants are correctly implemented
Add cosseratvtkwriter.hh to the list of headers
Remove CosseratAmiraMeshWriter. It's more comfortable with paraview
Neuer Test für den Gradienten der Biegeenergy
Remove the COSSERAT_ENERGY_FD_GRADIENT macro. The gradient is properly implemented now
Fix the gradient of the bending energy.
I suspect that I swapped to indices when computing the gradient
fix another index bug
Fixed very stupid index bug.
Recompute Hessian and gradient only after successful iterations.
Do not recompute _every_ entry matrix entries, but only
Add test for the derivative of rotations mapped into the
fix loop bound: doesn't change the behavior, but makes the code easier to read
fix patch 8569
enable all three parts of the gradient
make the analytical expression for the gradient switchable with a cpp directive
Remove a pointless 'sym' and corresponding comment.
add a cpp switch to toggle between the curl- and non-curl versions of the curvature energy
fix two index bugs in compute_dDR_dv
bugfix in compute_dDR_dv: the result needs to be projected onto the tangent space of SO(3)
add missing header
add a test whether an orthogonal matrix really is orthogonal
Don't divide by the determinant in the gradient; add a default constructor
specialization for orthogonal matrices of any dimension
Let matrix entries be between -50 and 49, instead of between 0 and RAND_MAX
Loading