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§
Structs§
- Compute
Descriptor - Describes how a
StandardSolver
should do computations. - RunDescriptor
- Describes a simulation run.
- Save
Settings - How data should be saved to file.
- Simulation
- The main
struct
of the framework. - Simulation
Descriptor - Describes a simulation.
- Simulation
Parameters - Simulation specific parameters.
- Simulation
State - Describes the transmission line state at the current time step.
Enums§
Traits§
- Solver
- Manages actual computations.