Skip to content

Commit 76f1387

Browse files
committed
Adding some missing classes
1 parent e824ac6 commit 76f1387

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/api/charge/mediums.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Mobility
1818
:toctree: ../_autosummary/
1919
:template: module.rst
2020

21+
tidy3d.ConstantMobilityModel
2122
tidy3d.CaugheyThomasMobility
2223

2324

docs/api/mediums.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Medium Perturbations
7575
tidy3d.PerturbationMedium
7676
tidy3d.PerturbationPoleResidue
7777
tidy3d.NedeljkovicSorefMashanovich
78+
tidy3d.ParameterPerturbation
7879

7980

8081
General Mediums (can be both dispersive and non-dispersive)

docs/api/spice.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Sources
1111
:template: module.rst
1212

1313
tidy3d.DCVoltageSource
14+
tidy3d.DCCurrentSource
1415

1516

1617
Analysis

tidy3d/components/tcad/boundary/charge.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ class InsulatingBC(HeatChargeBC):
6262
Notes
6363
-----
6464
65-
Ensures the electric potential to the normal :math:`\\nabla \\psi \\dot \\mathbf{n} = 0` as well as the
66-
surface recombination current density :math:`J_s = \\mathbf{J} \\dot \\mathbf{n} = 0` are set to zero where
65+
Ensures the electric potential to the normal :math:`\\nabla \\psi \\cdot \\mathbf{n} = 0` as well as the
66+
surface recombination current density :math:`J_s = \\mathbf{J} \\cdot \\mathbf{n} = 0` are set to zero where
6767
the current density is :math:`\\mathbf{J_n}` and the normal vector is :math:`\\mathbf{n}`
6868
6969
Example

0 commit comments

Comments
 (0)