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.
24d18218b3df6303be4122df0a671f6ac0f9230f
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
31
Jan
30
28
26
24
23
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
fail if no Dirichlet boundary is given at all
use system method mkdtemp to create a temporary directory without name clashes
allow to have the coupling boundary on either side of the rod
for testing: support having a Dirichlet boundary on either side of the rod
bugfix: need to multiply with the _transposed_ rotation to get the proper local coordinates
use new method RodWriter::writeBinary
new method to write rods in simple binary format
fix the canonical --> local force transformation
use the BoundaryPatch iterator to iterate over boundary patches
bugfix: the linearized rod NtD map gets its Neumann values in local coordinates (wrt the directors)
make the cgsolver not print any output -- at a paranoia check to make sure the residual really is zero afterwards
remove two unused variables
use the boundary patch iterator to implement a loop over a boundary patch
don't call the preprocess method of the iteration steps right before solving -- it is not necessary
bugfix: initialize the neumannRegularization_ member in the constructors
and another parenthesis
Stupid bug: forgot a few parentheses. Arrgghhh!!!
transform the weak boundary stresses to the strong ones also for the case with contact
bugfix: forgot to turn the residual (== weak boundary stresses) into strong boundary stresses
Add method to turn weak boundary stresses into strong boundary stresses.
compile the contact-supporting code only if dune-contact has been found
bugfix: forgot to set vector size
bugfix: the totalDirichletNodes field wasn't set up correctly
add a scaled identity to the rod stiffness matrix if there is no Dirichlet boundary: this regularizes the problem
bugfix: store the continuum subdomain solutions in the approprate place when iterating with contact
bugfix: forgot to set initial value
bugfix: forgot to set vector length
bugfix: do not mix boundary patches for different grids
Finish implementation of SteklovPoincareStep with contact problems. I don't dare to test this today...
rearrange code that calls the linearized NtD maps
Add a new method iterateWithContact
minor refactoring: move a common std::map operation into a separate method
add a constructor for a general complex
export iterators over rods and continua
bugfix: set the correct Dirichlet nodes for the linearized continuum NtD map
bugfix
Make the linearized continuum NtD map handle arbitrary number of couplings.
make the linearized NtD map work for rods with zero, one, or two couplings
call the linearized NtD maps for all rods/continua
hand over all residual forces to the linearized NtD maps
Loading