Show / Hide Table of Contents

Class Gear.Instance.NodeTruncation

An ITruncatable that looks at simulation variables.

Inheritance
object
Gear.Instance.NodeTruncation
Implements
ITruncatable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Simulations.IntegrationMethods
Assembly: SpiceSharp.dll
Syntax
protected class Gear.Instance.NodeTruncation : ITruncatable

Constructors

NodeTruncation(Instance)

Initializes a new instance of the Gear.Instance.NodeTruncation class.

Declaration
public NodeTruncation(Gear.Instance method)
Parameters
Type Name Description
Gear.Instance method

The integration method.

Methods

Truncate()

Truncates the current timestep.

Declaration
public double Truncate()
Returns
Type Description
double

The maximum timestep allowed by this state.

Implements

ITruncatable

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

ITruncatable
In this article
Back to top Generated by DocFX