On Nov 9, 2006, at 12:01 PM, Loïc Le Guyader wrote:
On Fri, 29 Sep 2006, you said that it was possible to reduce the
memory usage
due to polarizability. What are the news on this subject ?
original patch posted by Steven, this does reduce memory requirements
when using Lorentzians. i have no problems using five Lorentzians w/
this patch. one can write a stupid excel spread sheet to fit N
lorentzians to a table of (experimental) complex epsilons...
diff -rN old-meep/src/polarization.cpp new-meep/src/polarization.cpp
29c29
< if (sc->pb == NULL) return NULL;
---
> if (sc->pb == NULL || !sc->is_mine()) return NULL;
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss