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.
32543273583e6bb8e14d037c57ce04b798593b85
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
19
Oct
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
23
22
18
17
14
13
10
9
8
removed unused member
make localgfetestfunction become what it is: a localgfetestfunctionbasis
export basis
make global gfe functions inherit from virtualgridfunction.
Add the cayley and inverse cayley mapping. By now these formulas use the matrix representation of a skew matrix/rotation which is not very pretty. I will replace it by a quaternion counterpart when I figured out how to do it properly
add method to embedd the skew matrix in R^3x3
accidentially commited this file before finishing the whole adaption to the new basis structure
Make the local bases of each tangent space only count as one global (block) dof. This way one gets a global block structure in the tangential stiffness matrix. Note that now the local assemblers have to know this special local structure.
Make the local bases of each tangent space only count as one global (block) dof. This way one gets a global block structure in the tangential stiffness matrix. Note that now the local assemblers have to know this special local structure.
don't hardwire the coefficient type to be std::vector<TargetSpace>
Make the internal data of TensorSSD private.
also rename methods
use SkewMatrix class instead of FieldVector to represent elements of the lie algebra
add methods to transform axial vectors to tangent vectors and back
make compile by moving the wrapper class out of the global basis class
bugfixes
first start for a test of the global gfe test function basis
implement the missing parts for the higher-order case
A three-dimensional matrix with two static and one dynamic dimension
a more intelligent way to choose the quadrature order
add a remark for later
add new files to Makefile.am
A global basis for the localgfetestfunctions
make methods accessable and const
A global geodesic finite element grid function for the test function. Not tested yet.
bugfix...
change return type of LocalGFETestFunction. Instead of a std::vector(lagrangepoints * tangentdim) it now returns a vector<arrays< ,tangentdim> >(lagrangepoints). This way it is easier to identify local coefficients with their corresponding basis functions.
bugfix
A global geodesic finite element grid function. Not tested yet.
avoid signed/unsigned warnings
bugfix
revert last patch
bugfix
catch all exceptions
test shape function evaluation
bugfix
add method size()
LocalGFETestFunction is a friend of LocalGeodesicFEFunction
merge the tests for the different TargetSpaces into a single method
start a test for the LocalGFETestFunction class
Loading