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.
f79bfa7f427b19624ca190f4096d15007dbbb43e
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
26
Jan
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
3
Jan
31
Dec
20
Nov
15
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
hand over the subdomain names to the linearized NtD maps
return value of the linearized NtD maps is now a map of individual corrections
minor cleanup
make the linearized rod NtD map a member of the main class as well
hack removal: computeAveragePressure takes a single combined force/torque vector now
hack removal: computeAveragePressure takes a single combined force/torque vector now
make computeAveragePressure take a single force/torque vector
Make linearizedContinuumNeumannToDirichletMap a member method of the
Generalize screen output of the rod and continuum forces to more than one object
generalization: solve Dirichlet problems for all continua
generalization: solve Dirichlet problems for all rods
hack removal: RodAssembler::getResultantForce returns a tangent vector now
Make getResultantForce return a RigidBodyMotion::TangentVector
slight simplification of the handling of continuum Dirichlet values
Generalize the rod DtN map to the case with two coupling boundaries
Loading