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
125 stars 50 forks source link

IFFile option no longer supported in SCUFF-SCATTER #127

Closed psv2 closed 7 years ago

psv2 commented 7 years ago

I tried to create an incident field file and use the "--IFFile" option to pass that as a list of separate right-hand sides for solving scattering problems, but it seems like SCUFF-SCATTER no longer recognizes that option (aborting and instead giving me the list of recognized options). Is this a bug/regression, or could this be an issue with the local installation? (I don't have the version of SCUFF-SCATTER readily available, but I'll add it as soon as I find out.)

HomerReid commented 7 years ago

No, there has been no change to this. --IFFile is supported in the current repository version of SCUFF-SCATTER.

psv2 commented 7 years ago

It turns out that I was using a much older version of SCUFF-SCATTER (probably over 2 years old at this point), and having installed the latest version, I can now use the "--IFFile" option. I'll close this issue.