Object-oriented Scientific Computing Library: Version 0.910
Data Fields
ode_bv_solve Class Reference

Base class for boundary-value ODE solvers. More...

#include <ode_bv_solve.h>

Inheritance diagram for ode_bv_solve:
ode_bv_mshoot< func_t, mat_t, vec_t, alloc_vec_t, alloc_t, vec_int_t > ode_bv_shoot< func_t, vec_t, alloc_vec_t, alloc_t, vec_int_t > ode_bv_shoot_grid< mat_t, mat_row_t, func_t, vec_t, alloc_vec_t, alloc_t, vec_int_t >

Detailed Description

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.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.