Acknowledgements

Organisational Support

David Powell, the author of this software, is employed by the School of Engineering and Information Technology at the University of New South Wales Canberra Campus, located at the Australian Defence Force Academy. Much of the work done on this code was conducted during his previous position at the Nonlinear Physics Centre of the Australian National University. This Centre is one of the nodes of the CUDOS Centre of Excellence, which has a Metamaterials Project.

Incorporated Software

  • This program incorporates Fortran code for symmetric integration rules over triangles, written by John Burkardt, and distributed under the GNU LGPL license.
  • The automated extraction of version numbers from the git repository was written by Douglas Creager.
  • Three-dimensional plots within the IPython notebook are enabled by the use of the three.js library, which is partly incorporated into this project.
  • Code for an ordered set originally written by Raymond Hettiger is incorporated under the MIT license.
  • Code for testing whether a point is within a polygon by softsurfer has been used, converted to python by Maciej Kalisiak. Adapted from <http://www.dgp.toronto.edu/~mac/e-stuff/>`_.