Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TracerTransportSoftware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Behrens, Prof. Dr. Jörn
TracerTransportSoftware
Commits
58545ff0
Commit
58545ff0
authored
3 years ago
by
Behrens, Prof. Dr. Jörn
Browse files
Options
Downloads
Patches
Plain Diff
fixed a bug in vtu velo plotting
parent
868d1d29
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
flash2d/src/options-sphere/IO_vtuplot_stacked.F90
+10
-10
10 additions, 10 deletions
flash2d/src/options-sphere/IO_vtuplot_stacked.F90
with
10 additions
and
10 deletions
flash2d/src/options-sphere/IO_vtuplot_stacked.F90
+
10
−
10
View file @
58545ff0
...
@@ -151,19 +151,19 @@ MODULE IO_vtuplot
...
@@ -151,19 +151,19 @@ MODULE IO_vtuplot
!---------- encode velocity fields for layers
!---------- encode velocity fields for layers
DO
i_lay
=
1
,
i_stcnumlayers
DO
i_lay
=
1
,
i_stcnumlayers
i_vcnt
=
(
i_lay
-1
)
*
GRID_dimension
+1
+
i_nodnum
i_vcnt
=
(
i_lay
-1
)
*
GRID_dimension
+1
write
(
c_tmp
,
*
)
'u-wnd'
,
i_lay
write
(
c_tmp
,
*
)
'u-wnd'
,
i_lay
nodedata
(
i_
lay
+5
)
%
c_name
=
c_tmp
nodedata
(
i_
vcnt
+
i_nodnum
)
%
c_name
=
c_tmp
nodedata
(
i_
lay
+5
)
%
i_size
=
1
nodedata
(
i_
vcnt
+
i_nodnum
)
%
i_size
=
1
nodedata
(
i_
lay
+5
)
%
p_vdata
=>
r_velo
(
i_vcnt
:
i_vcnt
,:)
nodedata
(
i_
vcnt
+
i_nodnum
)
%
p_vdata
=>
r_velo
(
i_vcnt
:
i_vcnt
,:)
write
(
c_tmp
,
*
)
'v-wnd'
,
i_lay
write
(
c_tmp
,
*
)
'v-wnd'
,
i_lay
nodedata
(
i_
lay
+5
)
%
c_name
=
c_tmp
nodedata
(
i_
vcnt
+
i_nodnum
+1
)
%
c_name
=
c_tmp
nodedata
(
i_
lay
+5
)
%
i_size
=
1
nodedata
(
i_
vcnt
+
i_nodnum
+1
)
%
i_size
=
1
nodedata
(
i_
lay
+5
)
%
p_vdata
=>
r_velo
(
i_vcnt
+1
:
i_vcnt
+1
,:)
nodedata
(
i_
vcnt
+
i_nodnum
+1
)
%
p_vdata
=>
r_velo
(
i_vcnt
+1
:
i_vcnt
+1
,:)
write
(
c_tmp
,
*
)
'w-wnd'
,
i_lay
write
(
c_tmp
,
*
)
'w-wnd'
,
i_lay
nodedata
(
i_
lay
+5
)
%
c_name
=
c_tmp
nodedata
(
i_
vcnt
+
i_nodnum
+2
)
%
c_name
=
c_tmp
nodedata
(
i_
lay
+5
)
%
i_size
=
1
nodedata
(
i_
vcnt
+
i_nodnum
+2
)
%
i_size
=
1
nodedata
(
i_
lay
+5
)
%
p_vdata
=>
r_velo
(
i_vcnt
+2
:
i_vcnt
+2
,:)
nodedata
(
i_
vcnt
+
i_nodnum
+2
)
%
p_vdata
=>
r_velo
(
i_vcnt
+2
:
i_vcnt
+2
,:)
END
DO
END
DO
i_nodnum
=
i_nodnum
+
GRID_dimension
*
i_stcnumlayers
i_nodnum
=
i_nodnum
+
GRID_dimension
*
i_stcnumlayers
...
...
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