Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DOUAR WSMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Monitor
Incidents
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
HUGG
DOUAR WSMP
Commits
246d121d
Commit
246d121d
authored
14 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Modified for output of dilatation rate
parent
8cdfae9a
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
src/define_ov.f90
+2
-3
2 additions, 3 deletions
src/define_ov.f90
with
2 additions
and
3 deletions
src/define_ov.f90
+
2
−
3
View file @
246d121d
...
...
@@ -28,7 +28,6 @@ subroutine define_ov (ov,params,threadinfo)
! leveluniform_oct is the minimum/uniform octree level
! irestart is a flag to decide if this is a restart job or not
! restartfile is the name of the restart file if it is needed
!------------------------------------------------------------------------------|
!(((((((((((((((( declaration of the subroutine arguments ))))))))))))))))))))
...
...
@@ -49,7 +48,7 @@ type (thread) threadinfo
integer
iproc
,
nproc
,
err
,
ierr
,
levelv
integer
nface
,
nlsf
,
i
,
j
,
k
,
np
,
kfix
double precision
s
,
e2d
,
xlsf
,
crit
,
wiso
,
evisc
double precision
s
,
e2d
,
xlsf
,
crit
,
wiso
,
evisc
,
dilatr
integer
ioctree_number_of_elements
external
ioctree_number_of_elements
double precision
current_time
,
activation_time
...
...
@@ -67,7 +66,6 @@ call mpi_comm_rank (mpi_comm_world,iproc,ierr)
ov
%
noctree
=
params
%
noctreemax
allocate
(
ov
%
octree
(
ov
%
noctree
),
stat
=
threadinfo
%
err
)
;
call
heap
(
threadinfo
,
'ov%octree'
,
'main'
,
size
(
ov
%
octree
),
'int'
,
+1
)
if
(
params
%
irestart
.eq.
0
)
then
! creates the octree
call
octree_init
(
ov
%
octree
,
ov
%
noctree
)
...
...
@@ -169,6 +167,7 @@ else
e2d
,
&
evisc
,
&
is_plas
,
&
dilatr
,
&
ov
%
whole_leaf_in_fluid
(
i
),&
i
=
1
,
ov
%
nleaves
)
read
(
9
)
(
ov
%
octree
(
i
),
i
=
1
,
ov
%
octree
(
3
))
...
...
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