I think I have it, and I think that the averaring might not be required

This commit is contained in:
Jorge Gonzalez 2026-05-04 12:10:50 +02:00
commit b016833876
3 changed files with 26 additions and 12 deletions

View file

@ -1351,6 +1351,8 @@ MODULE moduleInput
bound%nEdges = size(bound%edges)
allocate(bound%electricField(1:bound%nEdges))
bound%electricField = 0.0d0
allocate(bound%deltaElectricField(1:bound%nEdges))
bound%deltaElectricField = 0.0d0
end if