File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 77 :toctree: ../_autosummary/
88 :template: module.rst
99
10- tidy3d.SteadyVoltageMonitor
1110 tidy3d.SteadyPotentialMonitor
1211 tidy3d.SteadyFreeCarrierMonitor
13- tidy3d.SteadyCapacitanceMonitor
12+ tidy3d.SteadyCapacitanceMonitor
13+ tidy3d.SteadyCurrentDensityMonitor
14+ tidy3d.SteadyElectricFieldMonitor
15+ tidy3d.SteadyEnergyBandMonitor
Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ Monitor Data
2121 :toctree: ../_autosummary/
2222 :template: module.rst
2323
24- tidy3d.SteadyVoltageData
2524 tidy3d.SteadyPotentialData
2625 tidy3d.SteadyFreeCarrierData
26+ tidy3d.SteadyEnergyBandData
2727 tidy3d.SteadyCapacitanceData
28+ tidy3d.SteadyElectricFieldData
29+ tidy3d.SteadyCurrentDensityData
2830
Original file line number Diff line number Diff line change @@ -173,6 +173,11 @@ class ShockleyReedHallRecombination(Tidy3dBaseModel):
173173class DistributedGeneration (Tidy3dBaseModel ):
174174 """Class that allows to add a distributed generation model.
175175
176+ Notes
177+ -----
178+ The generation rate will be interpolated to the simulation mesh during the setup phase.
179+ In places where the generation rate is not defined, it will be filled with zeros.
180+
176181 Example
177182 -------
178183 >>> import tidy3d as td
You can’t perform that action at this time.
0 commit comments