Skip to content

Commit e536846

Browse files
Formatting
1 parent d0d8a1e commit e536846

3 files changed

+4
-5
lines changed

src/SELF_MappedScalar_3D_t.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ subroutine SideExchange_MappedScalar3D_t(this,mesh)
334334
if(r2 == rankId) then
335335

336336
e2 = e2Global-offset
337-
337+
338338
if(flip == 0) then
339339

340340
do j = 1,this%interp%N+1

src/gpu/SELF_MappedVector_3D.f90

-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ subroutine SideExchange_MappedVector3D(this,mesh)
185185
this%boundary_gpu,mesh%sideinfo_gpu,mesh%decomp%elemToRank_gpu, &
186186
mesh%decomp%rankid,offset,this%interp%N,3*this%nvar,this%nelem)
187187

188-
189188
if(mesh%decomp%mpiEnabled) then
190189
call mesh%decomp%FinalizeMPIExchangeAsync()
191190
! Apply side flips for data exchanged with MPI

test/mappedvectordgdivergence_3d_linear_sideexchange_mpi.f90

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ integer function mappedvectordgdivergence_3d_linear() result(r)
8888
call f%SetInteriorFromEquation(geometry,0.0_prec)
8989
print*,"min, max (interior)",minval(f%interior),maxval(f%interior)
9090
call f%boundaryInterp()
91-
91+
9292
print*,"Exchanging data on element faces"
9393

9494
call f%SideExchange(mesh)
9595
call f%UpdateHost()
9696

97-
print*, "Setting boundary conditions"
97+
print*,"Setting boundary conditions"
9898
! Set boundary conditions
9999
do iEl = 1,f%nElem
100100
do k = 1,6
@@ -112,7 +112,7 @@ integer function mappedvectordgdivergence_3d_linear() result(r)
112112
enddo
113113
enddo
114114

115-
print*, "Calculating boundary normal flux"
115+
print*,"Calculating boundary normal flux"
116116
do iEl = 1,f%nElem
117117
do k = 1,6
118118
do j = 1,f%interp%N+1

0 commit comments

Comments
 (0)