Skip to content

Commit f152f7a

Browse files
committed
Adding two delegated attrs to MultiPhysicsMedium
1 parent 03c82be commit f152f7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tidy3d/components/material/multi_physics.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ def __getattr__(self, name: str):
157157
"_incompatible_material_types": self.optical,
158158
"frequency_range": self.optical,
159159
"eps_model": self.optical,
160+
"n_cfl": self.optical,
161+
"allow_gain": self.optical,
160162
}
161163

162164
if name == "_has_incompatibilities":

0 commit comments

Comments
 (0)