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.
d99f321adba7537c2b03f1c2ca41d2fb77508478
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
14
May
13
12
23
Apr
9
8
24
Mar
22
21
19
10
22
Jan
9
13
Dec
12
10
9
8
6
5
3
28
Nov
15
13
31
Oct
30
Sep
16
6
4
3
12
Jul
11
8
5
3
28
Jun
27
14
Feb
24
Jan
3
2
1
30
Dec
16
Nov
12
11
9
6
5
17
Sep
13
18
Jul
30
May
25
Apr
24
17
15
9
5
15
Mar
9
8
25
Feb
21
15
9
8
7
6
26
Jan
14
12
11
5
4
1
20
Dec
19
6
5
3
25
Nov
20
19
16
15
14
12
4
3
28
Oct
27
26
25
24
23
21
20
19
18
17
16
14
13
12
11
4
30
Sep
25
22
22
Aug
19
11
15
Jul
13
Use the transfer operators to determine the sizes of the hasObstacle arrays
Print status messages only if our rank is '0'
Distribute energy and model decrease over all processors
Security branch to record the state before the riemanniantrsolver receives parallelization patches
Use 'fmin' instead of 'min', and 'fmax' instead of 'max'
Do not have mpiHelper_ as a member of RiemannianTrustRegionSolver after all
Allow different index objects for matrix rows and columns
Add various helper functions needed to parallelize the GFE code
Implement distributed energy computation
Distribute the grid over the processors after refinement
Create an MPIHelper object, and hand it over to the RiemannianTrustregion solver
Assemble only on Interior_Partition
Hand-code one specific matrix-matrix multiplication
Call MPIHelper::instance, we are starting to get this code parallelized
Fix boundary values for the new smaller domain
Add missing include
Fix domain dimension in the Taylor/Bertoldi/Steigmann example
Set minimum number of iterations to 1
Use a better initial iterate for the TargetSpaceTRSolver than coefficients_[0]
New interpolation function that interpolates in a Euclidean space and projects onto the manifold
Partially revert previous commit: it contained some debugging stuff
Compile again now that the assembleHessian method is called assembleGradientAndHessian
Rename loop variable to fix ambiguity
Disturb the initial iterate directly in the Identity function object
Some extra comments
Switch to second-order finite elements
Simplification: use make_shared
Downsample higher-order Lagrangian functions to first-order ones.
Use new CosseratVTKWriter with an explicitly provided function space basis
Remove unused typedefs
Add a new 'write' method that takes an FE basis instead of a grid as input
Fix comment
Use Functions::interpolate to set the Dirichlet values
Make DirichletValues a real Dune function object
Set parameters for the Taylor,Bertoldi,Steigmann wrinkling example
Set the initial iterate by interpolating an analytical function
Use constructBoundaryDofs to find all dofs on the Dirichlet boundary
[cleanup] Use a BoundaryPatch for the Dirichlet boundary
[cleanup] Define GridView and IndexSet once and for all
Remove old code that calls the FD-based assembler
Loading