Perform(me: in out; Abscissa, U0, Resolution : Real)
---Purpose: Computes the point at the distance <Abscissa> of
-- the curve.
+ -- U0 is the parameter of the point from which the distance
+ -- is measured.
is static;
Perform(me: in out; Abscissa, U0, Ui, Resolution : Real)
---Purpose: Computes the point at the distance <Abscissa> of
-- the curve.
+ -- U0 is the parameter of the point from which the distance
+ -- is measured and Ui is the starting value for the iterative
+ -- process (should be close to the final solution).
is static;
AdvPerform(me: in out; Abscissa, U0, Ui, Resolution : Real)
-- to use this method in right way it is necessary to call
-- empty consructor. then call method Init with
-- Tolerance = Resolution, then call AdvPermorm.
+ -- U0 is the parameter of the point from which the distance
+ -- is measured and Ui is the starting value for the iterative
+ -- process (should be close to the final solution).
is static;
IsDone(me)