Class Convergence
An IConvergenceBehavior for a Parallel.
Implements
Inherited Members
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(Parallel))]
public class Convergence : Biasing, IParallelBehavior, IConvergenceBehavior, IBiasingBehavior, IBehavior, IParameterSetCollection, IParameterSet
Constructors
Convergence(ParallelBindingContext)
Initializes a new instance of the Convergence class.
Declaration
public Convergence(ParallelBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
ParallelBindingContext | context | The context. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
Methods
FetchBehaviors(ParallelBindingContext)
Fetches the behaviors.
Declaration
public override void FetchBehaviors(ParallelBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
ParallelBindingContext | context | The context. |