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.
426f5c5e0509974a00b62d8824ecbe017d27dea3
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
Feb
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
fix a warning
Factor out the actual test into a separate method. This paves the way for testing more target spaces
remove code for interpolation via recursive geodesics. It is invariant under permutation of the vertices
add missing header
Use shapefunctions from dune-localfunctions instead of dune-disc
Make rodobstacle use the RigidBodyMotion class
Introduce a 2d specialization for Rotation
throw an exception if direction is not a descent direction
easier testing: start from the straight solution
The parameter file is now called rodobstacle.parset
tear out dune-disc function transfer code. No replacement yet, though
don't supply default arguments to ConfigParser
removed rods.pc, added rods.pc.in
added rods.pc, complemented configure.ac and Makefile.am
dune-solvers --> dune/solvers
Various make headercheck fixes
buildsystem fixes. In particular, these make the headercheck work
debugging code
staticroc2.cc has been renamed to rodobstacle.cc
look for source file rod3d.cc instead the removed staticrod.cc
abandon staticrod.cc. It does almost the same thing as staticrod2.cc.
The rod forces need to be flipped. That used to be in getResultantForce, but here is a better place
remove a mystery minus sign which should really be part of the Dirichlet-Neumann implementations
RodAssembler is parametrized by a GridView instead of Grid
PatchGridView might differ from class template parameter
RodAssembler wants a GridView now
Cleanup: RodAssembler is parametrized by a GridView (instead of a Grid) now
add Neumann force term to the energy
let the base class compute the overall energy
remove method darboux(), which is not used anymore
remove method getNeighborsPerVertex() which is already implemented in the base class
Minor documentation improvement
use Dune::array instead of std::tr1::array. use setSmoother method
set multigrid smoothers using the appropriate method
various bugfixes
add Neumann data to the functional gradient
move computation of total force and torque into a separate method
use new setSmoother method
hand over GridViewType instead of GridType
actually implement the Neumann-Dirichlet coupling. This is completely untested yet
Loading