Skip to content

Commit

Permalink
rename to vcNt, vcNz
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Dec 7, 2024
1 parent f3a3fa4 commit 20d9a04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/casing.f90
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ subroutine casinggrid( xyz, nxyz, Pbxyz, Jxyz, vcstride, gBn)
plasmaNtz = vcNz*vcNt
! loop over the high resolution plasma boundary (inner boundary for virtual casing)
do jk = 1, plasmaNtz, vcstride ;
! position on computational boundary - position on plasma boundary
! distance vector between point on computational boundary and point on plasma boundary
rr = xyz - Pbxyz(jk, 1:3)
jj = Jxyz(jk, 1:3)

Expand Down Expand Up @@ -588,7 +588,7 @@ subroutine dvcfield( Ndim, tz, Nfun, vcintegrand )

call surfacecurrent(tz(1), tz(2), pxyz, jj)

! position on computational boundary - position on plasma boundary
! distance vector between point on computational boundary and point on plasma boundary
rr(1:3) = Dxyz(1:3,globaljk) - pxyz(1:3)

!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!-!
Expand Down
4 changes: 2 additions & 2 deletions src/global.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1858,8 +1858,8 @@ subroutine wrtend
write(iunit,'(" vcasingtol = ",es23.15 )') vcasingtol
write(iunit,'(" vcasingits = ",i9 )') vcasingits
write(iunit,'(" vcasingper = ",i9 )') vcasingper
write(iunit,'(" vcnt = ",i9 )') vcnt
write(iunit,'(" vcnz = ",i9 )') vcnz
write(iunit,'(" vcNt = ",i9 )') vcNt
write(iunit,'(" vcNz = ",i9 )') vcNz
write(iunit,'("/")')

if( Wwrtend ) then ; cput = GETTIME ; write(ounit,'("wrtend : ",f10.2," : myid=",i3," ; writing diagnosticslist ;")') cput-cpus, myid
Expand Down
4 changes: 2 additions & 2 deletions src/sphdf5.f90
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ subroutine mirror_input_to_outfile
HWRITEIV( grpInputGlobal, 1, vcasingits , (/ vcasingits /))
HWRITEIV( grpInputGlobal, 1, vcasingper , (/ vcasingper /))
HWRITEIV( grpInputGlobal, 1, mcasingcal , (/ mcasingcal /)) ! redundant;
HWRITEIV( grpInputGlobal, 1, vcnt , (/ vcnt /))
HWRITEIV( grpInputGlobal, 1, vcnz , (/ vcnz /))
HWRITEIV( grpInputGlobal, 1, vcNt , (/ vcNt /))
HWRITEIV( grpInputGlobal, 1, vcNz , (/ vcNz /))

HCLOSEGRP( grpInputGlobal )

Expand Down

0 comments on commit 20d9a04

Please sign in to comment.