Base class for boundary-value ODE solvers. More...
#include <ode_bv_solve.h>
Public Attributes | |
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. | |
This class is experimental.
Definition at line 44 of file ode_bv_solve.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).