Show / Hide Table of Contents

Interface IBreakpointMethod

Interface of an integration method that supports breakpoints. The integration method makes sure the breakpoint timepoints are hit.

Inherited Members
IIntegrationMethod.MaxOrder
IIntegrationMethod.Order
IIntegrationMethod.BaseTime
IIntegrationMethod.Time
IIntegrationMethod.Slope
IIntegrationMethod.RegisterState(IIntegrationState)
IIntegrationMethod.CreateDerivative(bool)
IIntegrationMethod.CreateIntegral(bool)
IIntegrationMethod.GetPreviousSolution(int)
IIntegrationMethod.GetPreviousTimestep(int)
IIntegrationMethod.Initialize()
IIntegrationMethod.Accept()
IIntegrationMethod.Prepare()
IIntegrationMethod.Probe()
IIntegrationMethod.Evaluate(double)
IIntegrationMethod.Reject()
IIntegrationMethod.Truncate(double)
Namespace: SpiceSharp.Simulations.IntegrationMethods
Assembly: SpiceSharp.dll
Syntax
public interface IBreakpointMethod : IIntegrationMethod, ISimulationState

Properties

Break

Gets a value indicating whether this point is the first after a breakpoint.

Declaration
bool Break { get; }
Property Value
Type Description
bool

Breakpoints

Gets the breakpoint system.

Declaration
Breakpoints Breakpoints { get; }
Property Value
Type Description
Breakpoints

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IIntegrationMethod
In this article
Back to top Generated by DocFX