Corrections and some basic printing

This commit is contained in:
Jorge Gonzalez 2026-03-10 18:26:47 +01:00
commit a48e5111e7
4 changed files with 42 additions and 3 deletions

View file

@ -1306,6 +1306,9 @@ MODULE moduleInput
end do
allocate(bound%alpha(1:mesh%numEdges)) ! TODO: Change this so only the edges associated to the boundary are here
bound%alpha = 0.d0
end select
end do