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
a387ca6ebe979fd4a74e919b908eb41a1ba31a31
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
Apr
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
22
21
20
19
18
17
16
8
6
5
Feb
2
11
Jan
30
Dec
28
25
more test points and some cleanup
Give the methods that compute gradient and Hessian in embedded coordinates
add missing header tensor3.hh
fix sign bug in sincHalf
fix sign bug in the series expansion of sin(x/2)/x. Thanks to Jonathan Youett for pointing this out
finally a correct implementation of the third derivative
avoid two signed/unsigned warnings
include missing header
include missing headers
fixing previous patch
minor documentation improvements
factor out common parts from SteklovPoincareStep and FixedPointStep into a base class
add missing header
fix array sizes
more test points
bugfix in thirdDerivativeOfDistanceSquaredWRTFirst1AndSecond2Argument. Now it produces the same result as the fd approximation at least in for S^1
damped update for more than a single coupling
implement the Dirichlet step for the case of more than one continuum
merge the continuum Neumann-to-Dirichlet map from the Steklov-Poincare step class
more cleanup
remove some unused code
allow more than a single rod
use the new RodContinuumFixedPointStep class
remove spurious vector resize
constructor for more than a single rod/continuum
Start implementing an iteration step class for fixed-point iterations
add missing header rodcontinuumsteklovpoincarestep.hh
clean up implementation of third derivative of dist^2. Still not working, though
rename method arguments a and b to p and q, to conform with the paper
Further simplification after it occurred to me that P_q (q \otimes p) = 0
some cleanup of secondDerivativeOfDistanceSquaredWRTSecondArgument
rename method arguments a and b to p and q, to conform with the paper
bugfix: properly implement secondDerivativeOfDistanceSquaredWRTFirstAndSecondArgument
avoid compiler warnings
use sets of test points, not sets of test point pairs
more test points
various fixes and improvements
fix bitrot: various compile fixes
create temporary variable on the stack instead of on the heap, for a minuscule speedup
Use coordinates in the tangent spaces to evaluate gfe functions
Loading