Class Gear
A class that implements the Gear integration method.
Implements
Inherited Members
Namespace: SpiceSharp.Simulations.IntegrationMethods
Assembly: SpiceSharp.dll
Syntax
public class Gear : SpiceMethod, ICloneable<TimeParameters>, IImportParameterSet<double>, IExportPropertySet<double>, IImportParameterSet<bool>, IExportPropertySet<bool>, IImportParameterSet<int>, IExportPropertySet<int>, IParameterSet
Methods
Create(IBiasingSimulationState)
Creates an instance of the integration method.
Declaration
public override IIntegrationMethod Create(IBiasingSimulationState state)
Parameters
Type | Name | Description |
---|---|---|
IBiasingSimulationState | state | The biasing simulation state that will be used as a base. |
Returns
Type | Description |
---|---|
IIntegrationMethod | The integration method. |