Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
particle_methods
hysop
Commits
9809bc1e
Commit
9809bc1e
authored
11 years ago
by
Jean-Baptiste Lagaert
Browse files
Options
Downloads
Patches
Plain Diff
[fix] Il manquait deux "use".
parent
1ca87d70
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HySoP/src/scalesInterface/particles/advec.f90
+4
-0
4 additions, 0 deletions
HySoP/src/scalesInterface/particles/advec.f90
with
4 additions
and
0 deletions
HySoP/src/scalesInterface/particles/advec.f90
+
4
−
0
View file @
9809bc1e
...
@@ -215,6 +215,8 @@ end subroutine advec_setup_alongZ
...
@@ -215,6 +215,8 @@ end subroutine advec_setup_alongZ
!! @param[in,out] scal = scalar field to advect
!! @param[in,out] scal = scalar field to advect
subroutine
advec_step_Inter_basic
(
dt
,
Vx
,
Vy
,
Vz
,
scal
)
subroutine
advec_step_Inter_basic
(
dt
,
Vx
,
Vy
,
Vz
,
scal
)
use
cart_topology
,
only
:
mesh_sc
,
mesh_V
,
cart_rank
! Input/Output
! Input/Output
real
(
WP
),
intent
(
in
)
::
dt
real
(
WP
),
intent
(
in
)
::
dt
real
(
WP
),
dimension
(:,:,:),
intent
(
in
)
::
Vx
,
Vy
,
Vz
real
(
WP
),
dimension
(:,:,:),
intent
(
in
)
::
Vx
,
Vy
,
Vz
...
@@ -252,6 +254,8 @@ end subroutine advec_step_Inter_basic
...
@@ -252,6 +254,8 @@ end subroutine advec_step_Inter_basic
!! @param[in,out] scal = scalar field to advect
!! @param[in,out] scal = scalar field to advect
subroutine
advec_step_Inter_Two
(
dt
,
Vx
,
Vy
,
Vz
,
scal
)
subroutine
advec_step_Inter_Two
(
dt
,
Vx
,
Vy
,
Vz
,
scal
)
use
cart_topology
,
only
:
mesh_sc
,
mesh_V
,
cart_rank
! Input/Output
! Input/Output
real
(
WP
),
intent
(
in
)
::
dt
real
(
WP
),
intent
(
in
)
::
dt
real
(
WP
),
dimension
(:,:,:),
intent
(
in
)
::
Vx
,
Vy
,
Vz
real
(
WP
),
dimension
(:,:,:),
intent
(
in
)
::
Vx
,
Vy
,
Vz
...
...
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