Skip to content

Commit d42e2b5

Browse files
maxcapodi78maxcapodi78
authored andcommitted
fixed bug in boundaries
1 parent 75a05fa commit d42e2b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyaedt/application/Design.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ def boundaries(self):
323323
for region in hybrid_regions:
324324
bb.append(region)
325325
bb.append("FE-BI")
326+
if "GetExcitations" in self.oboundary.__dir__():
327+
bb.extend(list(self.oboundary.GetExcitations()))
326328

327329
# Parameters and Motion definitions
328330
if self.design_type in ["Maxwell 3D", "Maxwell 2D"]:

0 commit comments

Comments
 (0)