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.
f535153e4338890b043bfc74ad769d435fa6b019
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
9
Mar
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
29
Oct
24
Jul
23
21
11
Jun
9
6
5
19
May
12
18
Apr
9
Mar
8
7
6
4
3
Jan
31
Dec
20
Nov
15
23
Oct
22
17
16
12
4
28
Sep
5
4
29
Aug
28
27
24
22
21
20
17
15
14
13
8
3
21
Feb
5
8
Jan
5
4
2
21
Dec
14
13
6
30
Nov
15
13
24
Aug
23
21
Jun
20
15
14
29
May
21
Mar
28
Feb
8
5
Jan
30
Nov
28
15
5
Sep
23
Aug
18
Jul
replace RodAssembler<GridView> by RodAssembler<GridView,3>
class RodAssembler has a template parameter 'spaceDim' now. The old implementation becomes the 'spaceDim==3' specialization
decrease tolerance again
bugfix: the factor -2 is included in the derivative of arccos
raise an exception if NaN is encountered
add tests for the derivative
bugfix: the second derivative is _twice_ the identity
lots of bugfixes in the derivative evaluation
add method globalCoordinates()
tweak some solver parameters
get rid of method getNeighborsPerVertex. It already exists in the base class
template parameter of PlanarRodAssembler is a GridView now instead of a GridType
get rid of the polOrd template parameter of PlanarRodAssembler
don't keep a grid view -- there is already one in the base class
The grid view needs to be protected, not private
Make the PlanarRodAssembler formally inherit from GeodesicFEAssembler
2d rotation gets methods exp and mult
remove Neumann boundary data code. Neumann problems are not always conservative --> I need to do some more thinking
bugfix: honour the minLevel parameter
create an unstretched initial configuration
bugfix: reset the smoother when the grid hierarchy has changed
print energy and trust-region radius at each iteration
bugfix: only the set of leaf Dirichlet nodes is needed nowadays
more dune-disc stuff removed
use the shape functions from dune-localfunctions instead of the ones from dune-disc
the 2d rod assembler code is now in rodassembler.hh
factor out second derivative of arccos squared into a separate method
use new method derivativeofArcCosSquared in second derivative of distance
factor out derivative of arccos squared into a separate method
complete first implementation of secondDerivativeOfDistanceSquaredWRTSecondArgument
new test averagedistanceassemblertest
add method secondDerivativeOfDistanceSquaredWRTSecondArgument
avoid signed/unsigned warning
remove old code that uses the derivative of the distance functions (instead of the derivative of the squared distance function)
add harmonicenergytest.cc
rename method assembleMatrix to assembleHessianApproximation
get rid of the BoundaryConditions type from dune-disc
get rid of the old dune-disc shapefunctions
bugfix: use FieldVector<double,1> instead of 'double'
merge PlanarRodAssembler into RodAssembler
Loading