-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lazy import matplotlib and scipy to allow minimal install
ELECTROSTATIC CHARGE simulations using DevSim File structure reorganization Fixing some minor tests issues Fix rebase Fixed dataset test Update tests/sims files Test no_vtk Test no_vtk Test no_vtk Small comment change Test no_vtk Test no_vtk Doping new note Making source compulsory Add option to log handler to prefix every line feat[frontend]: addition of VisualizationSpec for plotting specification in Medium QuasiUniformGrid that adjusts to structure bounding boxes and snapping points Added `min_steps_per_sim_size` field to Autogrid for subwavelength simulation domain Fix compatibility to this should do it ELECTROSTATIC CHARGE simulations using DevSim File structure reorganization fix status fixes Additional test test_gaussian_doping_get_contrib Adding test back Added charge example to docstrings tiny error still trying to debug the error finished renaming still trying to debug this validator? this does it Fix merge Update schema Comment
- Loading branch information
Showing
96 changed files
with
9,537 additions
and
4,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.. currentmodule:: tidy3d | ||
|
||
Boundary Conditions | ||
----------------------------- | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.HeatBoundarySpec | ||
tidy3d.HeatChargeBoundarySpec | ||
|
||
|
||
Types | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.VoltageBC | ||
tidy3d.CurrentBC | ||
tidy3d.InsulatingBC | ||
|
||
Placement | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.StructureStructureInterface | ||
tidy3d.StructureBoundary | ||
tidy3d.MediumMediumInterface | ||
tidy3d.StructureSimulationBoundary | ||
tidy3d.SimulationBoundary |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. currentmodule:: tidy3d | ||
|
||
Monitors | ||
---------- | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.SteadyVoltageMonitor | ||
tidy3d.SteadyPotentialMonitor | ||
tidy3d.SteadyFreeCarrierMonitor | ||
tidy3d.SteadyCapacitanceMonitor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.. currentmodule:: tidy3d | ||
|
||
Output Data | ||
------------- | ||
|
||
|
||
Simulation Data | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.HeatChargeSimulationData | ||
|
||
|
||
Monitor Data | ||
^^^^^^^^^^^^ | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.SteadyVoltageData | ||
tidy3d.SteadyPotentialData | ||
tidy3d.SteadyFreeCarrierData | ||
tidy3d.SteadyCapacitanceData | ||
|
||
|
||
Unstructured Data Classes | ||
^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.TriangularGridDataset | ||
tidy3d.TetrahedralGridDataset | ||
|
||
|
||
Individual Datasets | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.PointDataArray | ||
tidy3d.CellDataArray | ||
tidy3d.IndexedDataArray |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. currentmodule:: tidy3d | ||
|
||
Thermal Sources | ||
----------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.HeatFromElectricSource |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. currentmodule:: tidy3d | ||
|
||
Grid Specification | ||
-------------------- | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.UniformUnstructuredGrid | ||
tidy3d.DistanceUnstructuredGrid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
HEAT |:fire:| | ||
============= | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
simulation | ||
mediums | ||
boundary_conditions | ||
source | ||
discretization | ||
monitor | ||
output_data | ||
|
||
|
||
.. include:: /api/heat/simulation.rst | ||
.. include:: /api/heat/mediums.rst | ||
.. include:: /api/heat/boundary_conditions.rst | ||
.. include:: /api/heat/source.rst | ||
.. include:: /api/heat/discretization.rst | ||
.. include:: /api/heat/monitor.rst | ||
.. include:: /api/heat/output_data.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. currentmodule:: tidy3d | ||
|
||
Simulation | ||
----------- | ||
|
||
.. autosummary:: | ||
:toctree: ../_autosummary/ | ||
:template: module.rst | ||
|
||
tidy3d.HeatSimulation | ||
tidy3d.HeatChargeSimulation |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.