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
fd4c2408
Commit
fd4c2408
authored
3 years ago
by
Behrens, Prof. Dr. Jörn
Browse files
Options
Downloads
Patches
Plain Diff
still small bug fixes
parent
faeaa570
Branches
Branches containing commit
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_vtu_stacked.F90
+4
-3
4 additions, 3 deletions
flash2d/src/options-sphere/IO_vtu_stacked.F90
with
4 additions
and
3 deletions
flash2d/src/options-sphere/IO_vtu_stacked.F90
+
4
−
3
View file @
fd4c2408
...
@@ -127,7 +127,7 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
...
@@ -127,7 +127,7 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
INTEGER
(
KIND
=
GRID_SI
)
::
i_numberofvtupoints
INTEGER
(
KIND
=
GRID_SI
)
::
i_numberofvtupoints
INTEGER
(
KIND
=
GRID_SI
)
::
i_numberofvtufaces
INTEGER
(
KIND
=
GRID_SI
)
::
i_numberofvtufaces
INTEGER
(
KIND
=
GRID_SI
)
::
i_numberofvtucells
INTEGER
(
KIND
=
GRID_SI
)
::
i_numberofvtucells
REAL
(
KIND
=
GRID_SR
)
::
r_heightfactor
REAL
(
KIND
=
GRID_SR
)
::
r_heightfactor
,
r_aux
TYPE
(
t_vtu_data
),
DIMENSION
(
6
)
::
p_stcnodedata
TYPE
(
t_vtu_data
),
DIMENSION
(
6
)
::
p_stcnodedata
REAL
(
KIND
=
GRID_SR
),
DIMENSION
(:,:),
POINTER
::
r_stcval
REAL
(
KIND
=
GRID_SR
),
DIMENSION
(:,:),
POINTER
::
r_stcval
INTEGER
(
KIND
=
GRID_SI
)
::
i_stcbeg
INTEGER
(
KIND
=
GRID_SI
)
::
i_stcbeg
...
@@ -394,7 +394,7 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
...
@@ -394,7 +394,7 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
END
IF
END
IF
DO
i_cnt
=
1
,
i_nodedata
DO
i_cnt
=
1
,
i_nodedata
IF
(
p_nodedata
(
i_cnt
)
%
c_name
(
1
:
5
)
==
'layer'
)
THEN
IF
(
p_nodedata
(
i_cnt
)
%
c_name
(
1
:
5
)
==
'layer'
)
THEN
READ
(
i_hcnt
,
*
)
p_nodedata
(
i_cnt
)
%
c_name
(
6
:
32
)
READ
(
i_hcnt
,
'(I8)'
)
p_nodedata
(
i_cnt
)
%
c_name
(
6
:
32
)
i_stcbeg
=
p_mesh
%
i_nnumber
*
(
i_hcnt
-1
)
+1
i_stcbeg
=
p_mesh
%
i_nnumber
*
(
i_hcnt
-1
)
+1
i_stcend
=
p_mesh
%
i_nnumber
*
i_hcnt
i_stcend
=
p_mesh
%
i_nnumber
*
i_hcnt
r_stcval
(
1
:
1
,
i_stcbeg
:
i_stcend
)
=
p_nodedata
(
i_cnt
)
%
p_vdata
(
1
:
1
,:)
r_stcval
(
1
:
1
,
i_stcbeg
:
i_stcend
)
=
p_nodedata
(
i_cnt
)
%
p_vdata
(
1
:
1
,:)
...
@@ -443,7 +443,8 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
...
@@ -443,7 +443,8 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
DO
i_hcnt
=
1
,
i_numberofcells
DO
i_hcnt
=
1
,
i_numberofcells
i_stcbeg
=
(
i_hcnt
-1
)
*
(
i_lay
-1
)
+1
i_stcbeg
=
(
i_hcnt
-1
)
*
(
i_lay
-1
)
+1
i_stcend
=
i_hcnt
*
(
i_lay
-1
)
i_stcend
=
i_hcnt
*
(
i_lay
-1
)
r_stcval
(
1
:
1
,
i_stcbeg
:
i_stcend
)
=
p_celldata
(
i_cnt
)
%
p_vdata
(
1
:
1
,
i_hcnt
)
r_aux
=
p_celldata
(
i_cnt
)
%
p_vdata
(
1
,
i_hcnt
)
r_stcval
(
1
,
i_stcbeg
:
i_stcend
)
=
r_aux
END
DO
END
DO
p_stcnodedata
(
1
)
%
c_name
=
p_celldata
(
i_cnt
)
%
c_name
p_stcnodedata
(
1
)
%
c_name
=
p_celldata
(
i_cnt
)
%
c_name
p_stcnodedata
(
1
)
%
i_size
=
p_celldata
(
i_cnt
)
%
i_size
p_stcnodedata
(
1
)
%
i_size
=
p_celldata
(
i_cnt
)
%
i_size
...
...
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