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
5e09a3ee
Commit
5e09a3ee
authored
1 year ago
by
Anna Wellmann
Browse files
Options
Downloads
Patches
Plain Diff
Improve formatting
parent
8fa2e7da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!307
[GPU] Add a cylinder geometry
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gpu/core/Output/InterfaceDebugWriter.h
+4
-3
4 additions, 3 deletions
src/gpu/core/Output/InterfaceDebugWriter.h
with
4 additions
and
3 deletions
src/gpu/core/Output/InterfaceDebugWriter.h
+
4
−
3
View file @
5e09a3ee
...
...
@@ -6,9 +6,10 @@
class
Parameter
;
namespace
InterfaceDebugWriter
{
void
writeInterfaceLinesDebugCF
(
Parameter
*
para
,
uint
timeStep
=
0
);
void
writeInterfaceLinesDebugFC
(
Parameter
*
para
,
uint
timeStep
=
0
);
//! \brief write lines that connect the cell centers for the interpolation from coarse to fine cells
void
writeInterfaceLinesDebugCF
(
Parameter
*
para
,
uint
timeStep
=
0
);
//! \brief write lines that connect the cell centers for the interpolation from fine to coarse cells
void
writeInterfaceLinesDebugFC
(
Parameter
*
para
,
uint
timeStep
=
0
);
void
writeInterfaceLinesDebugCFCneighbor
(
Parameter
*
para
);
void
writeInterfaceLinesDebugCFFneighbor
(
Parameter
*
para
);
...
...
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