Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GiovanniBalestrieri/a27454c494ad777edfeb85fc124c6994 to your computer and use it in GitHub Desktop.
Save GiovanniBalestrieri/a27454c494ad777edfeb85fc124c6994 to your computer and use it in GitHub Desktop.
Create the ProblemDefinition object, by passing the relevant information and callbacks to its constructor:
problem = scikits.bvp_solver.ProblemDefinition(num_ODE = 2,
num_parameters = 0,
num_left_boundary_conditions = 1,
boundary_points = (0, TF),
function = function,
boundary_conditions = boundary_conditions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment