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.
7b30828610746424f1b7f5ab8898a5d9f392394c
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
23
Jan
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
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
Generalize the rod DtN map to the case with two coupling boundaries
add simple const access methods to the rod data
hand the continuum Dirichlet values to the complex, not the Steklov-Poincare step
add method to set the ignoreNodes after solver creation
Create rod by interpolating between two endpoints, which are expected to be already in the result container
do not use a LocalGFEFunction for the interpolation. It is not working properly yet
use a map to store the continuum forces
Change interface of the Steklov-Poincare step class to allow for more than one coupling
store the reference interface orientations in the RodContinuumComplex, where they should be
Generalize the continuum Dirichlet-To-Neumann map.
make mergeDirichletAndCouplingBoundaries work for more than one rod coupling
rename method introduced in the last commit
move the merging of continuum Dirichlet and coupling boundaries into a separate method
Generalize setup of the dirichletAndCouplingNodes field...
Start adding support for more than one rod/continuum.
hack-removal: don't hardwire the St.Venant-Kirchhoff material
centralize all information a RodContinuumComplex keeps about a continuum in a special struct
centralize all information a RodContinuumComplex keeps about a rod in a special struct
support for parallel computations
bugfix: properly implement setRotation
bugfix: add the continuum Dirichlet boundary to the complex
remove some debugging output
in exp: assert that the tangent vector is orthogonal to the quaternion unit sphere
bugfix: set proper Dirichlet nodes for the continuum problem
add simple access to continuum Dirichlet boundaries
simplification: build only the leaf Dirichlet boundary, instead of all level ones
bugfix: need call-by-reference instead of call-by-value
implement the rotation part of 'setRotation'
fix misplaced parenthesis in an assertion
assert that projection onto a tangent space does the right thing
update to current version of dirneucoupling.cc
bugfix: rod interface boundary wasn't written to the RodContinuumComplex
bugfix: use operator[] instead of find() if you want to force creation of a non-existant entry in a std::map
bugfix: the complex is a const reference
add simple const access to various members
cleanup; use more tangent vectors to stay closer to differential geometry
move the 'nonlinear' continuum Dirichlet-to-Neumann map into a separate method
don't store the continuum interface boundary in the Steklov-Poincare step -- use the one from the complex instead
store the continuum interface boundary in the RodContinuumComplex
moved the nonlinear rod Dirichlet-to-Neumann map into a separate method
Loading