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
0146a9ee6ead04d15789d179935d4a526388fc89
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
6
Feb
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
19
17
14
13
10
factor out grid creation into a separate method
add a method that compares the energy gradient to its fd approximation
fix memory leak
fix two places where 2d-grids where hardwired
fix copy'n'paste documentation bug
name argument should be the filename, not some prefix
The Cosserat energy now needs the shear correction factor 'kappa'
ignore executable globalgfetestfunctionbasistest
implement fd approximation properly using the exponential map
write in VTK format instead of AmiraMesh
Stupid me: add missing return statement
Reimplement mixed third derivative method
abort again on errors
Reimplement method thirdDerivativeOfDistanceSquaredWRTSecondArgument
Reimplement method secondDerivativeOfDistanceSquaredWRTFirstAndSecondArgument
don't keep a private implementation of derivativeOfArcCosSquared -- use the one from UnitVector instead
Reimplement method secondDerivativeOfDistanceSquaredWRTSecondArgument
Make Rotation<T,3> friend, it needs the derivatives of the arcus cosine
replace an 'I'm not really sure'-style comment by a proper explanation
Reimplement method derivativeOfDistanceSquaredWRTSecondArgument.
make the 'distance' method simpler and faster
Hack a few explicit constructor calls in there that were implicit before.
remove some unnecessarily complex code
we know the function value when calling evaluateDerivative. So let's give that value to the method, to prevent it from recomputing it
Add a second method evaluateDerivative which accepts the function value as input.
Write a Cosserat continuum into a vtk file.
Rewrite the code a bit to avoid some unnecessary copying.
initialize after and slightly correct documentation
fix some (but not all) compiler errors
bugfix: method size() must return size_t
fix template argument order of the TargetSpace classes
make compile: use the Rotation class where rotations are meant
Fix type errors: tangent vectors to SO(3) are NOT Rotations
Explicitly request Quaternion multiplication instead of Rotation multiplication.
The Dexp method wants a SkewMatrix instead of a vector now
make static interpolation methods public, so the unit tests an access them
Make constructors from FieldVector and std::array explicit.
Revert last patch---it was a bad idea.
do not implement quaternion multiplication, because it is already implemented in the base class
Use a loop to get cleaner code
Loading