Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
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
iRMB
VirtualFluids
Graph
ef773801c6d30908f6b797e5626f1800cba0a02c
Select Git revision
Branches
3
a.wellmann-develop-patch-391f
develop
default
main
protected
Tags
3
0.1.2
0.1.1
0.1.0
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Oct
15
12
8
7
6
5
2
1
30
Sep
29
28
25
24
21
16
15
10
8
4
3
2
1
28
Aug
27
26
25
21
20
19
18
14
13
12
24
Jul
20
7
6
3
1
30
Jun
26
25
24
23
22
19
15
10
9
4
3
25
May
24
8
5
27
Mar
25
19
18
17
13
10
25
Feb
24
31
Jan
30
22
21
30
Dec
12
11
10
9
6
5
4
3
15
Nov
14
11
8
29
Oct
25
24
17
16
15
11
10
7
4
Sep
30
Aug
22
19
16
12
8
7
6
5
2
29
Jul
26
24
22
19
18
17
15
12
10
9
8
5
4
3
2
1
28
Jun
27
26
25
24
21
20
19
18
17
14
13
7
6
28
May
27
24
23
22
21
20
17
16
14
13
10
8
7
6
3
2
30
Apr
29
26
25
24
23
18
17
16
15
12
11
10
9
8
5
4
2
1
28
Mar
27
26
25
21
20
18
14
13
12
11
9
8
7
6
5
4
2
1
Merge pull request 'feature/public_libs' (#1) from feature/public_libs into develop
On Tesla01 use internal metis.
Exchange DEPENDS (which links everything private) variable with PUBLIC_LINK and PRIVATE_LINK. Therefore VirtualFluidsCPU is linking everything public know. Everything else is still linking private.
Update .gitlab-ci.yml
Add description for Gitlab release
Release via .gitlab-ci.yml
Merge remote-tracking branch 'upstream/develop' into feature/python-bindings-integration
Merge pull request 'Merge clang tidy and therefore a lot of fixes from open source into develop.' (#44) from peters/VirtualFluids_dev:feature/merge_clang_tidy into develop
With msvc irgnore all metis warnings.
Define pragma clang only with clang comiler.
Define pragma clang only with clang comiler.
Container definition with OpenMPI
Remove the compiler warnings suppressions.
Remove additional clang tidy warnings.
Simplify poiseuille test setup. Use lid driven cavity for container
Container adjustments. Convert env variable to int
Use round instead int cast(double + 0.5)
Make deleted constructors public.
Return braced init list and fix equal deletes.
Remove the ifstream close() call, as it is called automatically when the ifstream is destroyed.
Remove some clang tidy warnings.
Use emplace_back and equal defaults.
Modernize use inclass initialization.
Modernize using default.
Remove unused parameter.
Add overrides.
Merge branch 'open_source' into feature/merge_clang_tidy
Merge pull request 'Add clang tidy and fixes a lot of detected issues.' (#36) from peters/VirtualFluids_dev:feature/clang_tidy into open_source
Fix clang-tidy issues with gcc compiler.
Make clang tidy optional. default: OFF
Handle additional clang tidy warnings.
Use the member inclass initialization.
clang tidy fixes.
Make cubeflow simulation runnable
Use emplace_back instead of push_back.
Add a singularity definition file
Remove redundant void arg.
Comment unused parameters.
Adds test description, some formatting
Apply the modernize-use-default-member-init functionality.
Loading