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
b7debd04feafb7fc17fb603a446f1f9214f84a03
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
10
Sep
6
3
2
1
31
Aug
24
23
17
16
12
11
9
6
5
4
3
2
29
Jul
28
27
26
21
20
16
15
14
13
12
9
8
7
6
5
1
30
Jun
29
27
24
22
18
16
15
14
12
11
10
9
8
7
4
2
1
31
May
27
26
25
20
19
17
13
7
4
30
Apr
29
20
16
14
13
12
9
8
6
2
1
31
Mar
30
26
25
23
22
19
17
16
12
11
10
9
8
3
2
26
Feb
24
23
19
18
17
16
12
11
10
9
8
5
4
remove LODI in BoundaryConditions
Use new Mussel.stl
Fix some bugs in f to c
Add flag for multiple levels in app
Use new f to c kernel in upgradeGrid27
Run f to c kernel on indices
Add flag to determine if a kernel needs fluidNodeIndices to run
Refactor UpdateGrid27
Small fixes in config and app
Gather NUPS of all GPUs and print to console
Reformat communicator
Rename new kernel to CumulantK17CompChimStream
Use unique pointer to CudaMemoryManager in Parameter
Use forward declaration for CudaMemoryManager in Parameter.h
Fix minor bug in exchange of corner nodes
Remove #include <cuda.h> from CudaStreamManager
Fix corner node communication for MultiGPU
Remove unused methods exchangePreCollDataGPU27()
Move grid calculation to KernelImp
Use new method in findFluidNodeIndices
Add faster method to find fluidNodeIndicesBorder
Version for performance test streams: one level
Remove default streams form exchange functions
Use streams also for exchange in x- and z-directions
Refactor using event to start bulk kernel
Replace tabs in ExchangeData27.cpp
Trigger event to start the bulk kernel only when needed
Use event to start bulk kernel
Merge branch 'NewPhaseField' of https://git.rz.tu-bs.de/k.kutscher/VirtualFluids_dev into NewPhaseField
Implements a phase distrortion limiter which is supposed to improve stability. The limiter value is currently hard code to an arbitrary value: limVis = 0.0000001;
Use class CudaStreamManager to manage cuda streams
fix an issue with initialization of beta and kappa parameters in MultiphaseTwoPhaseFieldsPressureFilterLBMKernel after restarting, need global refactoring kernel parameters
Also hide Memcopy H to D and add setRecvFsPost27 to new stream
add streams to getSendFsPre27 and getSendFsPost27
Fix issures adding of PressureField
remove warning
add Pressure Field to MPIIO CoProcessor
commit test
remove fs variable in restart CoProcessors
new restart interface in Multiphase app
Loading