Show / Hide Table of Contents

Class Trapezoidal.Instance.NodeTruncation

An ITruncatable that looks at simulation variables.

Inheritance
object
Trapezoidal.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 Trapezoidal.Instance.NodeTruncation : ITruncatable

Constructors

NodeTruncation(Instance)

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

Declaration
public NodeTruncation(Trapezoidal.Instance method)
Parameters
Type Name Description
Trapezoidal.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