Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
waves
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Pour rappel, le service sera inaccessible ce lundi 05/05/25 midi pour raison de mise à jour.
Show more breadcrumbs
Aerospace and Mechanical Engineering
waves
Graph
cdb4bd201a11a527d0cf694209ce7f59532bfe76
Select Git revision
Branches
4
adrien_amr
boman
master
default
protected
papeleux
Tags
20
v2.2.4
protected
v2.2.3
protected
v2.2.2
protected
v2.2.1
protected
v2.2.0
protected
v2.1.1
protected
v2.1.0
protected
v2.0.1
protected
v2.0.0
protected
v1.9.2
protected
v1.9.1
protected
v1.9
protected
v1.8.1
protected
v1.8
protected
v1.7.1
protected
v1.7
protected
v1.6
protected
Trilinos_update
v1.5
protected
v1.4
protected
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
23
Mar
6
Jan
21
Nov
27
Sep
12
Jul
9
8
5
29
Jun
28
16
15
14
4
1
31
May
28
21
9
Apr
7
Jan
19
Dec
24
Nov
23
11
9
3
27
Oct
2
30
Sep
21
18
20
Aug
7
Jul
6
3
2
1
30
Jun
26
25
24
16
15
12
11
10
9
5
30
May
19
18
5
24
Apr
23
22
21
20
18
17
16
15
10
8
7
5
4
2
1
31
Mar
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
13
10
9
6
3
2
1
21
Feb
20
19
14
10
6
5
3
2
1
31
Jan
30
29
28
27
23
22
8
22
Nov
15
13
23
Oct
16
14
11
4
3
17
Sep
2
29
Aug
28
26
25
24
19
14
4
Jul
3
1
31
May
26
24
23
17
16
13
11
10
9
8
7
23
Apr
16
14
13
12
11
10
9
8
7
5
4
3
2
1
31
Mar
30
29
28
27
26
25
22
21
20
19
18
17
16
14
11
10
9
8
7
5
4
1
27
Feb
22
19
16
15
14
13
12
11
Merge branch 'boman' of gitlab.uliege.be:am-dept/waves into boman
update amfe
fix format_code.py path
fix python path
increase lift3 CM tol for recent gmsh
fix macos build
update copyright date
remove kim from CODEOWNERS
add amfe dependency (spirou:OK except lift3)
slightly increase tol for dCd/dAoA
add vs2019 script
remove references to fdtd, sph and Metafor
v2.2.2
v2.2.2
move sph to https://github.com/rboman/progs
remove "Metafor" folder (parametric calculations from Kim - not tested)
move fdtd to https://github.com/rboman/progs
fix python 3.7 compatibility
v2.2.1
v2.2.1
format
format
Retry patch
Patch compatibility with TBB < 2019.4
Force MSYS not to look for oneTBB
Test build on win/vs2017-2019. Update findTBB to find oneTBB. Update tbb threads control (tbb::global_control) and loop (tbb::parallel_for_each) and mutex (std::mutex). Remove warnings.
fix test for msvs2017
v2.2.0
v2.2.0
Merge remote-tracking branch 'origin/boman' into adrien
Merge remote-tracking branch 'origin/feature_shrd' into adrien
typos
Add Observer. Remove functions from python side and add as observer of Problem. Add loads directions as functions. Minor changes.
Consistent signs for forces due to pressure
Remove Mem, mov methods to Element.
Remove build() methods from Element
Increase tolerances. Format
Add formulation classes to build set of equations, and remove build methods from Element (flow only).
Add variable controling order of quadrature. Add quadrature rule for Tetra4 of degree 1.
Refactor element gradients computation and store them in Mem.
Limit pressure coef gradient for vacuum conditions. Raise tolerances to account for diff in mesh on diff machine. Rename variable to avoid keyword
New validated adjoint solver with gradients wrt to mesh and agnle of attack. Add mesh gradients computation in Element. Split run method in MshDeform. Minor changes.
Initialize node->row in constructor when creating data structure. Small change in timers
Changed sign of Neumann terms to be consistent with INWARD normal vector
Add automatic pin of a DOF if no Dirichlet BC is provided. Remove explicit Dirichlet, except in cylinder tests cases. Cleaning.
remove unused script
Loading