Base class for boundary-value ODE solvers. More...
#include <ode_bv_solve.h>
This class is experimental.
Definition at line 44 of file ode_bv_solve.h.
Values for index arrays | |
| static const int | unk =0 |
| Unknown on both the left and right boundaries. | |
| static const int | right =1 |
| Known on the right boundary. | |
| static const int | left =2 |
| Known on the left boundary. | |
| static const int | both =3 |
| Known on both the left and right boundaries. | |
| int | verbose |
| Set output level. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).