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
5dee0cb1
Commit
5dee0cb1
authored
11 years ago
by
Jean-Matthieu Etancelin
Browse files
Options
Downloads
Patches
Plain Diff
Fix fortran
parent
9809bc1e
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/layout/cart_topology.f90
+4
-0
4 additions, 0 deletions
HySoP/src/scalesInterface/layout/cart_topology.f90
with
4 additions
and
0 deletions
HySoP/src/scalesInterface/layout/cart_topology.f90
+
4
−
0
View file @
5dee0cb1
...
@@ -95,6 +95,8 @@ module cart_topology
...
@@ -95,6 +95,8 @@ module cart_topology
! ------ Information about mesh subdivision and on the global grid -----
! ------ Information about mesh subdivision and on the global grid -----
!> information about local mesh - for scalar
!> information about local mesh - for scalar
type
(
cartesian_mesh
),
protected
::
mesh_sc
type
(
cartesian_mesh
),
protected
::
mesh_sc
!> REcopy of mesh_sc%N_proc for python interface
integer
,
dimension
(
3
)
::
N_proc
!> Computation are done by group of line. Here we define their size
!> Computation are done by group of line. Here we define their size
integer
,
dimension
(
3
,
2
),
protected
::
group_size
integer
,
dimension
(
3
,
2
),
protected
::
group_size
!> To check if group size is initialized
!> To check if group size is initialized
...
@@ -351,6 +353,7 @@ subroutine discretisation_create(Nx, Ny, Nz, Lx, Ly, Lz, verbosity)
...
@@ -351,6 +353,7 @@ subroutine discretisation_create(Nx, Ny, Nz, Lx, Ly, Lz, verbosity)
mesh_sc
%
length
(
3
)
=
Lz
mesh_sc
%
length
(
3
)
=
Lz
mesh_sc
%
N_proc
=
mesh_sc
%
N
/
nb_proc_dim
mesh_sc
%
N_proc
=
mesh_sc
%
N
/
nb_proc_dim
N_proc
=
mesh_sc
%
N_proc
mesh_sc
%
relative_extend
(:,
1
)
=
1
mesh_sc
%
relative_extend
(:,
1
)
=
1
mesh_sc
%
relative_extend
(:,
2
)
=
mesh_sc
%
N_proc
mesh_sc
%
relative_extend
(:,
2
)
=
mesh_sc
%
N_proc
...
@@ -382,6 +385,7 @@ subroutine discretisation_default(verbosity)
...
@@ -382,6 +385,7 @@ subroutine discretisation_default(verbosity)
mesh_sc
%
N
=
default_size
mesh_sc
%
N
=
default_size
mesh_sc
%
length
=
1.
mesh_sc
%
length
=
1.
mesh_sc
%
N_proc
=
mesh_sc
%
N
/
nb_proc_dim
mesh_sc
%
N_proc
=
mesh_sc
%
N
/
nb_proc_dim
N_proc
=
mesh_sc
%
N_proc
mesh_sc
%
relative_extend
(:,
1
)
=
1
mesh_sc
%
relative_extend
(:,
1
)
=
1
mesh_sc
%
relative_extend
(:,
2
)
=
mesh_sc
%
N_proc
mesh_sc
%
relative_extend
(:,
2
)
=
mesh_sc
%
N_proc
...
...
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