Class ode_bv_solve (o2scl)¶
-
class ode_bv_solve¶
Base class for boundary-value ODE solvers.
This class is experimental.
Subclassed by o2scl::ode_bv_shoot< ode_funct<>, boost::numeric::ublas::vector< double >, boost::numeric::ublas::vector< int > >, o2scl::ode_bv_mshoot< func_t, mat_t, vec_t, vec_int_t >, o2scl::ode_bv_shoot< func_t, vec_t, vec_int_t >
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.
-
static const int unk = 0¶