Right way to accumulate the value. It is not an average, really

This commit is contained in:
Jorge Gonzalez 2026-05-04 19:09:45 +02:00
commit c7db17ecd2
3 changed files with 26 additions and 8 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