Summer of Code - Getting Started: Difference between revisions

Jump to navigation Jump to search
Line 77: Line 77:
by adding a proper error estimator and will implement a matlab-compatible version of the bvp5c solver.
by adding a proper error estimator and will implement a matlab-compatible version of the bvp5c solver.
Details on the methods to be implemented can be found in [http://dx.doi.org/10.1145/502800.502801 this paper] on bvp4c and [http://www.jnaiam.net/new/uploads/files/014dde86eef73328e7ab674d1a32aa9c.pdf this paper] on bvp5c. Further details are available in [http://books.google.it/books/about/Nonlinear_two_point_boundary_value_probl.html?id=s_pQAAAAMAAJ&redir_esc=y this book].
Details on the methods to be implemented can be found in [http://dx.doi.org/10.1145/502800.502801 this paper] on bvp4c and [http://www.jnaiam.net/new/uploads/files/014dde86eef73328e7ab674d1a32aa9c.pdf this paper] on bvp5c. Further details are available in [http://books.google.it/books/about/Nonlinear_two_point_boundary_value_probl.html?id=s_pQAAAAMAAJ&redir_esc=y this book].
=== Improve a multi-dimensional solver based on Spectral Variational Integrators ===
The goal here is to implement some missing functionalities of a solver, already implemented and working, that uses Spectral
Variational Integrator methods to find the solutions in multi-dimensional classical mechanics problems. You can find more details
on these methods [http://arxiv.org/abs/1211.4534 here] or [http://www.math.ucsd.edu/~mleok/pdf/HaLe2012_SVI.pdf here].


== GUI ==
== GUI ==