File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Types of Absorbers
39
39
tidy3d.PML
40
40
tidy3d.StablePML
41
41
tidy3d.Absorber
42
+ tidy3d.ABCBoundary
43
+ tidy3d.ModeABCBoundary
42
44
43
45
Absorber Parameters
44
46
^^^^^^^^^^^^^^^^^^^
@@ -48,4 +50,14 @@ Absorber Parameters
48
50
:template: module.rst
49
51
50
52
tidy3d.AbsorberParams
51
- tidy3d.PMLParams
53
+ tidy3d.PMLParams
54
+
55
+
56
+ Internal Absorbers
57
+ ------------------
58
+
59
+ .. autosummary ::
60
+ :toctree: _autosummary/
61
+ :template: module.rst
62
+
63
+ tidy3d.InternalAbsorber
Original file line number Diff line number Diff line change @@ -44,3 +44,13 @@ Angled Plane Wave Specifications
44
44
45
45
tidy3d.FixedInPlaneK
46
46
tidy3d.FixedAngle
47
+
48
+
49
+ Source Frames
50
+ -------------
51
+
52
+ .. autosummary ::
53
+ :toctree: _autosummary/
54
+ :template: module.rst
55
+
56
+ tidy3d.PECFrame
You can’t perform that action at this time.
0 commit comments