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.
ac1d74bb47cc20aaea096de204757a09ad7aca10
Select Git revision
Branches
20
bugfix/fix_rigidbodymotion_difference
decasteljau
explicitly-request-blocked-function-space-bases
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
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
18
Apr
11
10
8
6
5
4
3
2
1
31
Mar
29
28
17
2
Feb
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
Implement the derivative of a gfe function value wrt the coefficients.
more cleanup
minor cleanup
add method to compute gfe function gradient by a finite-difference approximation
rename method assembleHessian of AverageDistanceAssembler to assembleEmbeddedHessian, to make clearer what it does
avoid a few signed/unsigned compiler warnings
method to compute the actual Hesse matrix. For some strange reason this slows down convergence, rather than speeding it up. to be investigated
remove some debug code
use more test points for testing the derivatives of function values
more digits for the screen output
test the derivative of the values wrt the coefficients
use fd approximation provided by the LocalGFEFunction
test the third derivative of the squared distance wrt the second argument
add methods axpy and left-multiplication by a FieldMatrix
add method for the third derivative of the squared distance wrt the second argument
remove some unused code
check the energy gradient using an fd approximation
use a higher-order quadrature rule
add a method with an fd approximation of the derivative of the function gradient. only for testing purposes
add contraction of a tensor with a matrix through the third index
rename a variable to match the notation in my article
abort if the number of coefficients is not correct
replace a few tabs by spaces
bugfix: forgot a factor
make code more modular
a more systematic creation of test functions
remove 'test' for the Hesse matrix -- it doesn't actually test anything
make compile again
Move the MultiIndex class into a separate file
test for 1d domains as well
print the domain dimension for each test suite
update list of ignored files
write the gfe corner values when an error is detected
Add warnings that the methods computeTotalForceAndTorque and computeAveragePressure are buggy.
bugfix in computeAveragePressure: use the proper embedding of intersections into elements when integrating over the boundary
remove some hard-wired two-dimensionality
really make the domain dimension a parameter
make the test less dependent on the dimension of the reference simplex
bugfix: use correct type for coordinates on the unit sphere
Implement test for the derivative of function gradients wrt coefficients.
Loading