Skip to content

Commit a57c1bc

Browse files
committed
remove x[y,z]_domain%beg[end]
1 parent ecd6e8d commit a57c1bc

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/common/m_boundary_io.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ contains
862862
offset_y%beg = buff_size; offset_y%end = buff_size
863863
offset_z%beg = buff_size; offset_z%end = buff_size
864864

865-
! Global domain bounds (#1290): grid-derived global extent for Lagrangian-bubble exchange
865+
! Global domain bounds
866866
#ifdef MFC_MPI
867867
call s_mpi_allreduce_min(x_cb(-1), glb_bounds(1)%beg)
868868
call s_mpi_allreduce_max(x_cb(m), glb_bounds(1)%end)

src/simulation/m_global_parameters.fpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ module m_global_parameters
5454
!> @{
5555
real(wp), target, allocatable, dimension(:) :: x_cc, y_cc, z_cc
5656
!> @}
57-
type(bounds_info) :: x_domain, y_domain, z_domain !< Locations of the domain bounds in the x-, y- and z-coordinate directions
5857
!> @name Cell-width distributions in the x-, y- and z-directions, respectively
5958
!> @{
6059
real(wp), target, allocatable, dimension(:) :: dx, dy, dz

src/simulation/m_mpi_proxy.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ contains
134134
& 'bc_z%vb1','bc_z%vb2','bc_z%vb3','bc_z%ve1','bc_z%ve2','bc_z%ve3', &
135135
& 'bc_x%pres_in','bc_x%pres_out','bc_y%pres_in','bc_y%pres_out', &
136136
& 'bc_z%pres_in','bc_z%pres_out', &
137-
& 'x_domain%beg', 'x_domain%end', 'y_domain%beg', 'y_domain%end', &
138-
& 'z_domain%beg', 'z_domain%end', &
139137
& 'bc_x%Twall_in', 'bc_x%Twall_out', 'bc_y%Twall_in', 'bc_y%Twall_out', &
140138
& 'bc_z%Twall_in', 'bc_z%Twall_out']
141139
call MPI_BCAST(${VAR}$, 1, mpi_p, 0, MPI_COMM_WORLD, ierr)

0 commit comments

Comments
 (0)