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.
414e7d9add41724e212da50a74a5632bb3065f39
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
12
Nov
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
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
make the number type a parameter, but default to 'double' if no type is given
add exponential method for real tangent vectors
missed a line
redo the interpolation-bug-patch
pick correct quad rule for non-simplex elements
some improvement in the distance computation. Patch by Oliver Sander
revert last patch. I still had the hack on the repaired the interpolation bug in my test problem
fix interpolation-bug when quaternions don't have the same sign. Thanks to Oliver Sander for the patch ;-)
give reference were to find the cayley and inverse cayley
Allow homotopies also for Neumann boundary data
transform gradients from reference to element coordinates
export the coefficients
Fix index bug. New the unit test in localgeodesicfefunctiontest.cc passes
also add dim and embeddeddim to the specialization for 2D
abort when the test fails, instead of just printing loads of numbers
bugfix
implement frame-invariance test for the energy
Use the ValueFactory class to generate test unit vectors
fix a few problems coming from recent interface changes
delete dead code
remove unused variable
also test functions defined on the reference quadrilateral
don't hardwire simplex elements into the code. There is no reason why we should
compile again after recent interface changes
Make the number of digits of the MultiIndex by a dynamic quantity.
Code cleanup: set up the local gfe function to be tested once,
Add method 'type' to get the reference element type
remove special implementations for UnitVectors and RealTuples
make sure diameter of test set is bounded
test permutation invariance only for 2d elements
Add the missing features and syntactic sugar that were
The son of the evil index bug... beware of copy'n'paste...
ARGGGG... evil index bug fixed
restrict testing to point that are closer than 0.5*M_PI apart. That's a hacky way to avoid degenerate cases
Also test RigidBodyMotion<3>
Unify tests for different target spaces into a single code
add new public data member 'embeddedDim'
comment out the call to method hessianApproximation, which doesn't exist anymore
use new method coefficient(int i) to make the basis work for RigidBodyMotions
add method to get the i'th base coefficient of a localGfeFunction and implement this method for the RigidBodyMotion template specialization
Loading