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
GitLab 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
9683e8dc
Commit
9683e8dc
authored
3 years ago
by
Behrens, Prof. Dr. Jörn
Browse files
Options
Downloads
Patches
Plain Diff
still struggling
parent
fd4c2408
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_vtu_stacked.F90
+3
-1
3 additions, 1 deletion
flash2d/src/options-sphere/IO_vtu_stacked.F90
with
3 additions
and
1 deletion
flash2d/src/options-sphere/IO_vtu_stacked.F90
+
3
−
1
View file @
9683e8dc
...
@@ -132,6 +132,7 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
...
@@ -132,6 +132,7 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
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
INTEGER
(
KIND
=
GRID_SI
)
::
i_stcend
INTEGER
(
KIND
=
GRID_SI
)
::
i_stcend
CHARACTER
(
len
=
12
)
::
c_layer
#endif
#endif
INTEGER
(
KIND
=
GRID_SI
),
DIMENSION
(:,:),
ALLOCATABLE
::
i_cellnodes
INTEGER
(
KIND
=
GRID_SI
),
DIMENSION
(:,:),
ALLOCATABLE
::
i_cellnodes
...
@@ -394,7 +395,8 @@ SUBROUTINE plot_vtu(p_mesh, c_filename, &
...
@@ -394,7 +395,8 @@ 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
,
'(I8)'
)
p_nodedata
(
i_cnt
)
%
c_name
(
6
:
32
)
c_layer
=
p_nodedata
(
i_cnt
)
%
c_name
(
6
:
15
)
READ
(
i_hcnt
,
'(I8)'
)
c_layer
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
,:)
...
...
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