Created
August 9, 2016 17:26
-
-
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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