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
367dcf2df1148f7d545af9643715c2805cd1ffb4
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
8
Feb
1
30
Jan
29
27
26
24
23
22
20
19
17
10
9
4
31
Dec
29
28
27
26
19
9
6
3
27
Nov
20
15
14
18
Oct
16
7
4
3
2
19
Jun
13
May
4
15
Apr
9
5
31
Mar
28
26
25
24
23
21
20
19
18
16
15
14
12
Feb
8
6
5
1
28
Jan
27
25
16
14
27
Dec
26
21
8
29
Nov
25
22
14
13
12
10
5
4
28
Oct
27
25
24
23
16
14
11
10
5
1
30
Sep
29
19
12
7
3
1
31
Aug
29
28
26
22
21
18
25
Jul
18
17
16
11
10
9
3
1
27
Jun
25
18
17
13
10
8
28
May
27
26
25
23
22
16
14
13
12
23
Apr
9
8
24
Mar
22
21
19
10
22
Jan
9
13
Dec
12
10
9
8
6
5
3
28
Nov
15
13
31
Oct
30
Sep
16
6
4
3
Bugfix: guards for a 2.4-only header file were set around the wrong file
Weight the integral with the norm of the derivative of the previous time step
Set the proper derivative type for functions mapping to UnitVector
[cleanup] Move various parameter files from the main directory to the 'problems' subdirectory
Set up MPI at the beginning of 'main'
Remove unused header
Writing VTK functions using dune-functions-2.4 needs a bit of special-casing
Add L2DistanceSquaredEnergy and WeightedSumEnergy
Add a class that reads grids from VTK files
Disable building the rodobstacle program
Adapt to recent changes in dune-functions and the gfe assembler infrastructure
Replace deprecated std::auto_ptr by std::unique_ptr
Write the result in raw binary, so external EOC measuring tools can use it
Switch the harmonicmaps code to Lagrange elements again
First working version of the curve-shortening flow example
Implement new method distanceSquared, between a double vector and an adouble one
Cleanup; use 'auto' a bit more frequently
[bugfix] PQKNodalBasis (from dune-functions) has recently been renamed to PQkNodalBasis
New parameter and initial-value files for curve shortening flow
Take initial configuration from ../../problems
Set dim to 1, we want to do curve-shortening first
New program for gradient flows in spaces of manifold-valued functions
Add configuration file for the new CI system
Implement general surface normal fields for shells with nonplanar reference geometry
Remove four obsolete tests
Fully implement measuring against an reference function given in closed form
Don't include the omp.h header
Store the local energy in a pointer to the base class, rather than by value
Fix one issue that prevented the code to compile with dimworld!=3
Use more range-based for loops
Try to read grid file as VTK file if it has the .vtu or .vtp suffix
New program to measure discretization errors
Use the NonplanarCosseratShellEnergy if dim<dimworld
Adapt to dune-functions basis interface
Use a shared_ptr for the Neumann data function
Implement support for volume loads
Use FoamGrid if dim < dimworld
Completely remove the ***_ORDER preprocessor macros
Write the simulation result in raw binary format
Use Higham's method instead of the SVD to compute the polar decomposition
Loading