Forgot to link edge to boundary procedures. 1D case working right now
This commit is contained in:
parent
31f0b510bc
commit
9c30051663
5 changed files with 35 additions and 0 deletions
|
|
@ -130,6 +130,13 @@ MODULE moduleMesh1DRad
|
|||
call meshEdgePointer_add(physicalSurfaces(ps_index)%edges, self%n)
|
||||
call meshNodePointer_add(physicalSurfaces(ps_index)%nodes, self%n1%n)
|
||||
|
||||
! Link edge to particle boundaries
|
||||
allocate(self%boundariesParticle(1:nSpecies))
|
||||
do s = 1, nSpecies
|
||||
self%boundariesParticle(s)%obj => physicalSurfaces(ps_index)%particles(s)%obj
|
||||
|
||||
end do
|
||||
|
||||
end subroutine initEdge1DRad
|
||||
|
||||
!Get nodes from edge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue