HomerReid / scuff-em

A comprehensive and full-featured computational physics suite for boundary-element analysis of electromagnetic scattering, fluctuation-induced phenomena (Casimir forces and radiative heat transfer), nanophotonics, RF device engineering, electrostatics, and more. Includes a core library with C++ and python APIs as well as many command-line applications.
http://www.homerreid.com/scuff-em
GNU General Public License v2.0
126 stars 50 forks source link

updated numpy.i swig interface file for python #67

Closed jfeist closed 8 years ago

jfeist commented 8 years ago

This includes the changes from the latest version of numpy (v1.10.1), but can be compiled with older versions of numpy as well. Apparently some bugs were recently fixed, although I don't think they affected scuff.

HomerReid commented 8 years ago

Thanks for this contribution.