Input done
This commit is contained in:
parent
e06ce499da
commit
3275ccc3c2
1 changed files with 5 additions and 0 deletions
|
|
@ -979,6 +979,11 @@ MODULE moduleInput
|
|||
|
||||
call initDirichletTime(self, config, object)
|
||||
|
||||
case ("neumann")
|
||||
allocate(boundaryEMNeumann:: self)
|
||||
|
||||
call initNeumann(self, config, object)
|
||||
|
||||
case ("floating")
|
||||
allocate(boundaryEMFloating:: self)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue