Minor improvements in performance and code clarity.
Still no solution for the reset subroutine. It is really time consumming.
This commit is contained in:
parent
60f38a2d95
commit
ffb03e634b
12 changed files with 233 additions and 117 deletions
|
|
@ -178,6 +178,8 @@ MODULE moduleInject
|
|||
|
||||
!Push new particle
|
||||
CALL push(part_inj(n))
|
||||
!Assign cell to new particle
|
||||
CALL mesh%vols(part_inj(n)%e_p)%obj%findCell(part_inj(n))
|
||||
|
||||
END DO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue