Show / Hide Table of Contents

Class Frequency.ComplexSimulationState

An IComplexSimulationState that will insert a custom solver that allows concurrent write access.

Inheritance
object
ParallelSolverState<Complex, IComplexSimulationState>
Frequency.ComplexSimulationState
Implements
IComplexSimulationState
ISolverSimulationState<Complex>
ISimulationState
IVariableFactory<IVariable<Complex>>
IVariableDictionary<IVariable<Complex>>
IReadOnlyDictionary<string, IVariable<Complex>>
IReadOnlyCollection<KeyValuePair<string, IVariable<Complex>>>
IEnumerable<KeyValuePair<string, IVariable<Complex>>>
IEnumerable
Inherited Members
ParallelSolverState<Complex, IComplexSimulationState>.Parent
ParallelSolverState<Complex, IComplexSimulationState>.this[string]
ParallelSolverState<Complex, IComplexSimulationState>.Count
ParallelSolverState<Complex, IComplexSimulationState>.Comparer
ParallelSolverState<Complex, IComplexSimulationState>.Keys
ParallelSolverState<Complex, IComplexSimulationState>.Values
ParallelSolverState<Complex, IComplexSimulationState>.Solver
ParallelSolverState<Complex, IComplexSimulationState>.Solution
ParallelSolverState<Complex, IComplexSimulationState>.Map
ParallelSolverState<Complex, IComplexSimulationState>.Reset()
ParallelSolverState<Complex, IComplexSimulationState>.Apply()
ParallelSolverState<Complex, IComplexSimulationState>.GetSharedVariable(string)
ParallelSolverState<Complex, IComplexSimulationState>.CreatePrivateVariable(string, IUnit)
ParallelSolverState<Complex, IComplexSimulationState>.Add(string, IVariable<Complex>)
ParallelSolverState<Complex, IComplexSimulationState>.ContainsKey(string)
ParallelSolverState<Complex, IComplexSimulationState>.TryGetValue(string, out IVariable<Complex>)
ParallelSolverState<Complex, IComplexSimulationState>.GetEnumerator()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
protected class Frequency.ComplexSimulationState : ParallelSolverState<Complex, IComplexSimulationState>, IComplexSimulationState, ISolverSimulationState<Complex>, ISimulationState, IVariableFactory<IVariable<Complex>>, IVariableDictionary<IVariable<Complex>>, IReadOnlyDictionary<string, IVariable<Complex>>, IReadOnlyCollection<KeyValuePair<string, IVariable<Complex>>>, IEnumerable<KeyValuePair<string, IVariable<Complex>>>, IEnumerable

Constructors

ComplexSimulationState(IComplexSimulationState)

Initializes a new instance of the Frequency.ComplexSimulationState class.

Declaration
public ComplexSimulationState(IComplexSimulationState parent)
Parameters
Type Name Description
IComplexSimulationState parent

The parent.

Exceptions
Type Condition
ArgumentNullException

Thrown if parent is null.

Implements

IComplexSimulationState
ISolverSimulationState<T>
ISimulationState
IVariableFactory<V>
IVariableDictionary<V>
IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

Utility.ThrowIfNull<T>(T, string)
Utility.ThrowIfEmpty<T>(IEnumerable<T>, string)

See Also

IComplexSimulationState
In this article
Back to top Generated by DocFX