This work investigates multigrid methods for solving Monge-Ampere equation. We exploit the monotonicity of the equation to write it in an alternative way and then solve it numerically with the Full Approximation Scheme.
The Monge-Ampere (MA) equation is a fully nonlinear degenerate elliptic partial differential equation that arises in optimal mass transportation, beam shaping, image registration, seismology, etc. In the classical form this equation is given by
code_matlab
: Folder contains the MATLAB version of the code used. Code is run frommain.m
.figures
: Figures used in the reportma_solver.ipynb
: Jupyter Notebook containing the Python version of the code which at this moment has bugs and it will be completed in futurereport.pdf
: Report submitted for the class for which this project was used
The MATLAB code was initially developed by: Matthew Illingworth, Ivan Mitevski, and David Yousuf during EXTREEMS-QED project in 2017 at New Jersey Institute of Technology and the same was adopted for this work. Abstract submitted to JMM 2018, San Diego, CA can be found here.