![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Base class for boundary-value ODE solvers. More...
#include <ode_bv_solve.h>
This class is experimental.
Definition at line 41 of file ode_bv_solve.h.
Data Fields | |
int | verbose |
Set output level. | |
Static Public Attributes | |
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. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).