Skip to content

Commit

Permalink
add a flag "-25" for integrator switch
Browse files Browse the repository at this point in the history
update the correponding document
  • Loading branch information
qianglbl committed Apr 27, 2022
1 parent a02e02b commit 49d6162
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added doc/ImpactZusermanualV2.2.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions src/Contrl/AccSimulator.f90
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,11 @@ subroutine run_AccSimulator()
call engheater_BPM(Bpts%Pts1,Nplocal,b0,qmass)
endif

!switch integrator types
if(bitype.eq.-25) then
Flagmap = bmpstp
endif

!-------------------------------------------------------------------
! read in the on axis E field for rf cavities.
! if(myid.eq.0) print*,"bitype: ",bitype
Expand Down

0 comments on commit 49d6162

Please sign in to comment.