Namespace SpiceSharp.Components.ParallelComponents
Classes
Accept
An IAcceptBehavior for a Parallel.
Biasing
An IBiasingBehavior for a Parallel.
Biasing.BiasingSimulationState
An IBiasingSimulationState that will insert a custom solver that allows concurrent write access.
Biasing.IterationSimulationState
An IIterationSimulationState that allows concurrent access.
BiasingUpdate
An IBiasingUpdateBehavior for a Parallel.
Convergence
An IConvergenceBehavior for a Parallel.
EntitiesBehavior
A behavior that allows access to the entity behaviors inside the parallel component.
Frequency
An IFrequencyBehavior for a Parallel.
Frequency.ComplexSimulationState
An IComplexSimulationState that will insert a custom solver that allows concurrent write access.
FrequencyUpdate
An IFrequencyUpdateBehavior for a Parallel.
Noise
An INoiseBehavior for a Parallel.
Noise.NoiseSimulationState
An INoiseSimulationState for a SpiceSharp.Components.ParallelComponents.
ParallelBindingContext
The binding context for a Parallel.
ParallelSimulation
A subcircuit simulation that captures created behaviors in a local container.
ParallelSolverState<T, S>
An abstract class with a default implementation for parallel access to solvers in parallel components.
ParallelSolver<T>
An ISparseSolver<T> that only allows direct access to an element once. All subsequent calls will be through a local element.
ParallelSolver<T>.BridgeElement
A bridging element.
Parameters
Base parameters for a SpiceSharp.Components.ParallelComponents.
TPLBooleanAndWorkDistributor
An IWorkDistributor<R> that combines the results using the boolean And operator.
TPLWorkDistributor
An IWorkDistributor that simply gives each method its own task using the Task Parallel Library.
Temperature
An ITemperatureBehavior for a SpiceSharp.Components.ParallelComponents.
Time
An ITimeBehavior for a Parallel.
Workload
A piece of work that can be executed.
Workload<R>
A piece of work that can be executed.
Interfaces
IParallelBehavior
Describes a behavior that can fetch behaviors after a local simulation has executed.