Created
August 9, 2016 17:31
-
-
Save GiovanniBalestrieri/8995ed5cb8e232ec5d17ee6837210f45 to your computer and use it in GitHub Desktop.
Call the solve function to solve the two point boundary value problem
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
solution = scikits.bvp_solver.solve(problem, | |
solution_guess = ((X1T0 + X1Tf)/2.0, | |
(X2T0 + X2Tf)/2.0)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment