Input done

This commit is contained in:
Jorge Gonzalez 2026-04-14 10:40:21 +02:00
commit 3275ccc3c2

View file

@ -979,6 +979,11 @@ MODULE moduleInput
call initDirichletTime(self, config, object) call initDirichletTime(self, config, object)
case ("neumann")
allocate(boundaryEMNeumann:: self)
call initNeumann(self, config, object)
case ("floating") case ("floating")
allocate(boundaryEMFloating:: self) allocate(boundaryEMFloating:: self)