tyronerees / poisson-control

Some codes to solve the Poisson control problem on a square or cube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poisson-control

The codes here were used to generate the examples in Rees, Dollar and Wathen, Optimal solvers for PDE-Constrained Optimization, SIAM J. Sci. Comput., Vol. 32, pp. 271-298, 2010, and my DPhil thesis (Oxford, 2010).

Instructions

Run via the file setup.m

Default parameters for the problem setup are picked in set_def_setup.m These can be changed to the values given in the file comments.

Default parameters for the solution method are picked in set_def_soln.m The main ones you'll edit are also repeated in setup.m, with options commented alongside them

Tyrone Rees, July 2010

About

Some codes to solve the Poisson control problem on a square or cube

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:MATLAB 99.7%Language:M 0.3%