Class ParallelSolver<T>.BridgeElement
A bridging element.
Inherited Members
Namespace: SpiceSharp.Components.ParallelComponents
Assembly: SpiceSharp.dll
Syntax
protected class ParallelSolver<T>.BridgeElement : Element<T>
Constructors
BridgeElement(Element<T>)
Initializes a new instance of the ParallelSolver<T>.BridgeElement class.
Declaration
public BridgeElement(Element<T> parent)
Parameters
Type | Name | Description |
---|---|---|
Element<T> | parent | The parent element. |
Methods
Apply()
Applies the value to the parent element.
Declaration
public void Apply()