Trying to organise output better
This commit is contained in:
parent
c01f0bd381
commit
0109dc2f06
11 changed files with 196 additions and 192 deletions
|
|
@ -887,12 +887,16 @@ MODULE moduleMesh
|
|||
!Array for boundaries
|
||||
type(boundaryParticleCont), allocatable, target:: boundariesParticle(:)
|
||||
|
||||
! Update the particle boundary models
|
||||
interface
|
||||
! Update the particle boundary models
|
||||
module subroutine boundariesParticle_update()
|
||||
|
||||
end subroutine boundariesParticle_update
|
||||
|
||||
! Write data about particle boundaries
|
||||
module subroutine boundariesParticle_write()
|
||||
|
||||
end subroutine boundariesParticle_write
|
||||
end interface
|
||||
|
||||
! BOUNDARY ELECTROMAGNETIC DEFINITIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue