Output Data#

Simulation Data#

tidy3d.VolumeMesherData

Stores results of a VolumeMesher.

Monitor Data#

tidy3d.VolumeMeshData

Data associated with a VolumeMeshMonitor: stores the unstructured mesh.

Unstructured Data Classes#

tidy3d.TriangularGridDataset

Dataset for storing triangular grid data.

tidy3d.TetrahedralGridDataset

Dataset for storing tetrahedral grid data.

Individual Datasets#

tidy3d.PointDataArray

A two-dimensional array that stores coordinates/field components for a collection of points.

tidy3d.CellDataArray

A two-dimensional array that stores indices of points composing each cell in a collection of cells of the same type (for example: triangles, tetrahedra, etc).

tidy3d.IndexedDataArray

Stores a one-dimensional array enumerated by coordinate index.

tidy3d.IndexedVoltageDataArray

Stores a two-dimensional array with coordinates index and voltage, where index is usually associated with PointDataArray and voltage indicates at what bias/DC-voltage the data was obtained with.

tidy3d.IndexedTimeDataArray

Stores a two-dimensional array with coordinates index and t, where index is usually associated with PointDataArray and t indicates at what simulated time the data was obtained.

tidy3d.IndexedFieldVoltageDataArray

Stores indexed values of vector fields for different voltages.