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.
d71999a4e983452063c5f67ea3fd962259c4e852
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
25
Oct
24
23
21
20
19
18
17
16
14
13
12
11
4
30
Sep
25
22
22
Aug
19
11
15
Jul
13
11
24
Jun
14
13
12
10
9
7
6
3
1
30
May
29
23
17
1
25
Apr
22
21
18
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
remove deprecated, unused header configparser.hh
Remove old header configuration.hh. The stuff it contained is now in rigidbodymotion.hh
Use FieldVector::dimension instead of FieldVector::size
actually test function evaluation and derivative evaluation
fix minor bug in a comment
include missing header
avoid compiler warnings
forgot return statement
bugfixes in cayleyInv
bugfix: The method rightmultiply changes the object from which it is called.
test RigidBodyMotion<3>
specializations for RealTuple<3> and RigidBodyMotion<3>
remove assignment from quaternion
remove unnecessary initialization of tangentvector
cast rotation to a quaternion before multiplying with another quaternion
fix various compiler errors and warnings
remove test for UnitVector<3> and use generic implementation instead
Some refactoring
minor syntactic fixes
compile again after recent interface changes
Implement the missing methods of the specialization for RigidBodyMotion<3>.
compile and run again after recent interface changes
fixes; add a const_cast hack to allow writing of const grids
FieldVector::SIZE -> FieldVector::DIMENSION
adjust to changes
remove CoefficientType template and export the LagrangeBasisType
bugfixes and remove inheritance from basisgridfunction again...this class could be replaced by a fufem-BasisGridFunction if the GfeTestBasis returns TangentVectors instead of EmbeddedTangentVectors
make toMatrix method const
bugfix
don't let the class inherit from gridfunction because there is no derivative type implemented for functions with values in manifolds
bugfix
make function inherit from basisgridfunction again, at least as long as localInterpolation with LocalGfeTestFunctionFiniteElement doesn't work properly. Sorry for the toing and froing
add method to return the local base coefficients
revert last patch
export the base coefficients
make class inherit from BasisGridFunction
add method to transform an embedded tangent vector into the corresponding SkewMatrix and use this method in the old tangentToSkew method
Use the new CosseratAmiraMeshWriter
A new class that writes configurations of a Cosserat continuum in AmiraMesh format
bugfixes
Loading