kinnala / scikit-fem

Simple finite element assemblers
https://scikit-fem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
505 stars 80 forks source link

DOC: solve_bvp backend #424

Closed gdmcbain closed 4 years ago

gdmcbain commented 4 years ago

In thinking about encapsulation and uses-cases #423, the idea arose of writing a back-end in scikit-fem for scipy.integrate.solve_bvp; that might make a nice demonstration of scikti-fem.

The problems are generally nonlinear, so this might build on ex10 or more recent ideas of using scipy.optimize.root #119 for Newton iteration or even Jacobian-free Newton–Krylov.

gdmcbain commented 4 years ago

Silly idea. Discard.