#include <ode_bv_solve.h>
Definition at line 44 of file ode_bv_solve.h.
Public Member Functions | |
virtual int | solve (double x0, double x1, double h, size_t n, vec_t &ystart, vec_t ¥d, vec_int_t &index, param_t &pa, func_t &derivs)=0 |
Solve the boundary-value problem. | |
Data Fields | |
int | verbose |
Set output level. | |
Static Public Attributes | |
Values for the index array | |
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 and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page