#include <solver2.h>
Inheritance diagram for SOLVER_2:

Public Methods | |
| SOLVER_2 ( const PtrODENumeric ODE, const PtrDataRepr Data, int order = 17 ) | |
| Constructor. More... | |
This class implements a validated ODE solver with the HOE method for validating existence and uniqueness of the solution, the IHO method for computing a tight enclosure of the solution, variable stepsize control, and constant order.
|
|
Constructor. The default value for the order is 17. The IHO method is created with p = (order-1)/2 q = order/2, order.
Here,
|
1.2.0 written by Dimitri van Heesch,
© 1997-2000