Crate tline

Source
Expand description

A framework for simulating 1-dimensional linear and nonlinear transmission lines.

To get started, refer to the \examples directory in the main repository.

Modules§

fdtd
prelude
Includes commonly used library components.

Structs§

ComputeDescriptor
Describes how a StandardSolver should do computations.
RunDescriptor
Describes a simulation run.
SaveSettings
How data should be saved to file.
Simulation
The main struct of the framework.
SimulationDescriptor
Describes a simulation.
SimulationParameters
Simulation specific parameters.
SimulationState
Describes the transmission line state at the current time step.

Enums§

Error
Represents an error in the simulation.
SaveType
Represents what data to save.

Traits§

Solver
Manages actual computations.