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.
efe17860dbafcb0a4ce0ada799b00afa80097b3c
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
22
Jan
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
4
29
Aug
28
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
start adding data about couplings
ake the interfaceBoundary a LeafBoundaryPatch, instead of a vector of LevelBoundaryPatches, and remove the hacks associated with the latter
move the creation of the rod interface boundary out of the main loop
assert that the RodGrid is one-dimensional
Rewrote the convergence monitoring using only the interface values.
re-aquire the subdomain solutions form the Steklov-Poincare step object
Make the subdomain solutions available in maps
rename a few variables for easier legibility
fix comment
move declaration of variable 'averageInterface' into the fixed-point code
bugfix: 1e-10 instead of 1e10
improved handling of rod Dirichlet data
fixed implementation of derivativeOfDistanceSquaredWRTSecondArgument
also store Dirichlet boundaries and Dirichlet values
add missing return statement
new method that sets the entire rod to a single value
remove spurious semicolon
Loading