Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-contact
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
agnumpde
dune-contact
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
subversion->git
Select Git revision
Branches
12
ansgar-2.4-compat
feature/large_deformation_contact
master
default
protected
reduce_contact_patches
releases/2.0-1
protected
releases/2.1-1
protected
releases/2.2-1
protected
releases/2.3-1
protected
releases/2.3-2
protected
releases/2.4
protected
releases/2.5-1
releases/2.6-1
Tags
1
subversion->git
13 results
Begin with the selected commit
Created with Raphaël 2.2.0
21
Oct
19
18
14
13
12
11
9
8
7
21
Sep
18
7
Jul
6
3
2
30
Jun
25
22
Apr
16
25
Mar
10
9
12
Feb
9
8
Jan
27
Nov
26
13
15
Oct
13
26
Sep
25
19
24
Jul
3
1
16
Jun
15
May
8
9
Apr
8
31
Jan
28
27
17
16
15
13
10
9
7
6
20
Dec
16
2
Aug
1
31
Jul
30
25
24
23
17
16
Apr
15
12
11
20
Feb
23
Jan
11
19
Dec
11
27
Nov
16
15
6
22
Oct
19
18
9
17
Sep
13
Aug
7
16
Jul
2
29
Jun
27
11
May
9
3
24
Apr
4
2
23
Mar
22
Feb
21
16
15
14
13
12
1
30
Jan
27
26
6
21
Dec
Avoid using orientedSubface by looping over element indices instead of local face indices
Important: Only integrate over remote intersections that belong to the reduced nonmortar boundary!
Only use faces that have been fully covered and also reduce the mortar boundary
Simplify computation of nonmortar matrix and add a comment
Adapt to changes to TwoBodyAssembler
Pass mortar patch to estimator.
IPOpt: Do not choose a linear solver backend
Always initialize Dune::MPIHelper
Build 2d and 3d variants of adaptmeasure.cc
adaptmeasure.cc: Make AmiraMesh optional.
Add missing variable
Remove some annoying output and redundant comments
Be consistent and return the jacobian of the approximate constraints and not its transpose
Adjust to changes in NBodyAssembler
prettify a bit
Use provided typedefs
Use initializer lists to prettify code
Directly pipe the variables to the called method
Use auto and range-based for-loops to simplify code
remove unused method
use range-based for-loops
Dune::array -> std::array
remove unsused includes
Add editor hints and adjust include guards to DUNE style
Remove the base class of contact problems, StaticContactProblem will serve as the new base class for the dynamic one
order alphabetically..
Adjust to changes in base class: the coupling type is now switched dynamically
Directly implement the getTransformationMatrix in the header file
Remove the template parameter FUllHiearchyCoupling and instead decide dynamically what coupling should be used.
Add math package
Add missing CMakeLists files
Add a todo so I don't forget it later
Remove unused variables
Remove trustregionstep
Adjust to the case when the mortar and non-mortar grids are switched
Remove the trust-region step. There is a solver avaiable in dune-solvers now.
Store GridGlue in a shared pointer and remove members 'extractors', they can be stored within the GridGlue Objekt
Remove unused variables
Instead of computing the norm of the distance and then sign it to distinguish feasible from infeasible,
Use automatically constructed grids and adjust test to upstream changes
Loading