It seems to work, but I don't think this is quite useful for the manuscript

This commit is contained in:
Jorge Gonzalez 2026-04-08 15:17:30 +02:00
commit eb10ae92a6
4 changed files with 71 additions and 12 deletions

View file

@ -1367,6 +1367,8 @@ MODULE moduleInput
! If the boundary for the species is linked to the one analysing, add the edges
if (associated(physicalSurfaces(ps)%EM, bound)) then
bound%nodes = [bound%nodes, physicalSurfaces(ps)%nodes]
bound%edges = [bound%edges, physicalSurfaces(ps)%edges]
end if
end do