Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc.Ode
OdeMethodOptions Class
OdeMethodOptions Properties
AbsoluteTolerance Property
AbsoluteTolerances Property
AutomaticStepSizeControl Property
ErrorNorm Property
IncludeAutomaticStepsInOutput Property
IncludeInitialValueInOutput Property
IncludeMandatorySolutionPointsInOutput Property
InitialStepSize Property
MandatorySolutionPoints Property
MaxStepSize Property
OptionalSolutionPoints Property
RelativeTolerance Property
RelativeTolerances Property
StepSize Property
StepSizeFilter Property
StiffnessDetectionEveryNumberOfSteps Property
Ode
Method
Options
Absolute
Tolerance Property
Gets or sets the absolute tolerance for all
y
values. Use
AbsoluteTolerances
if you want to set the absolute tolerance for each individual
y
value.
Namespace:
Altaxo.Calc.Ode
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
double
AbsoluteTolerance
{
get
;
set
; }
Property Value
Double
The absolute tolerance for all
y
values.
Exceptions
Exception
Condition
ArgumentException
Thrown if the assigned value is negative.
InvalidOperationException
Thrown if
AbsoluteTolerances
is not a scalar (length is not 1).
See Also
Reference
OdeMethodOptions Class
Altaxo.Calc.Ode Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net