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
Commits
4c998ae0
Commit
4c998ae0
authored
5 years ago
by
Martin Schönherr
Browse files
Options
Downloads
Patches
Plain Diff
extends readme.md
parent
3548f1ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+16
-1
16 additions, 1 deletion
readme.md
with
16 additions
and
1 deletion
readme.md
+
16
−
1
View file @
4c998ae0
...
...
@@ -35,7 +35,22 @@ How to build VirtualFluidsGPU:
3.
build the project ("compile")
4.
run the generated executable (usually in
<build
directory
>
/bin/)
Known Issues:
-------------
If CMake does not find CUDA_CUT_INCLUDE_DIR use and set the correct CUDA Pathes in CMakeLists.txt in the base directory in lines 35, 36.
VirtualFluidsGPU results files:
===============================
VirtualFluidsGPU generates a the time series of output files directly in the output path. In Paraview these time series can be read directly.
\ No newline at end of file
VirtualFluidsGPU generates a the time series of output files directly in the output path. In Paraview these time series can be read directly.
VirtualFluidsGPU change between Double and Single Precision:
============================================================
Option 1:
1.
go to CMakeLists.txt in the base directory
2.
go to line 83 to switch ON/OFF VF_DOUBLE_ACCURACY
Option 2:
Check/uncheck the item VF_DOUBLE_ACCURACY in CMake.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment