Skip to content

Instantly share code, notes, and snippets.

@GiovanniBalestrieri
Last active August 9, 2016 17:36
Show Gist options
  • Save GiovanniBalestrieri/d7d9df0f45214bab3af9410a8991de59 to your computer and use it in GitHub Desktop.
Save GiovanniBalestrieri/d7d9df0f45214bab3af9410a8991de59 to your computer and use it in GitHub Desktop.
Import bvp solver and set the boundary conditions
import scikits.bvp_solver
import numpy,math
# next we define bounday conditions and the final time
# next we define the important constants
X1T0 = 0
X1Tf = 11
X2T0 = 0
X2Tf = -2
TF = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment