Skeleton for new injection type

This commit is contained in:
Jorge Gonzalez 2026-03-31 19:21:03 +02:00
commit d3f1f0808e
3 changed files with 37 additions and 2 deletions

View file

@ -71,6 +71,9 @@ PROGRAM fpakc
! Update EM boundary models
call boundariesEM_update()
! Update injects
call updateInjects
!Checks if a species needs to me moved in this iteration
CALL solver%updatePushSpecies()