PhaseCollocationOptions.RelativeErrorTolerance Property

Top 

Description

The relative error tolerance to use during mesh refinement when calling the CollocationOptions.RefineNodes method. This value is also used to determine error violation when a TrajectoryPhase element uses the 'Dynamical Error' coloring mode.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

1e-6

Valid Range:

PhaseCollocationOptions.RelativeErrorTolerance > 0

 

Syntax

myVariable1 = myPhaseCollocationOptions1.RelativeErrorTolerance;

 

myPhaseCollocationOptions1.RelativeErrorTolerance = myVariable1;

 

See also

PhaseCollocationOptions Object