davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

Change the API for the initial guess #40

Open davidrpugh opened 8 years ago

davidrpugh commented 8 years ago

Currently the user is expected to pass along an initial guess for the coefficients used to combine the basis functions into an approximate solution to the BVP. Would be better if the user only needed to provide a list of arrays defining the initial guess for each endogenous variable. The solver could then optimally fit the basis functions to determine the initial guess for the coefficients.