MCPcopy Create free account
hub / github.com/NanoComp/meep / frequency

Method frequency

python/meep-python.hpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 return 0;
60 }
61 virtual std::complex<double> frequency() const { return freq; }
62 virtual void set_frequency(std::complex<double> f) { freq = f; }
63 virtual double get_fwidth() const { return fwidth; };
64 virtual void set_fwidth(double fw) { fwidth = fw; }

Callers 2

add_sourceMethod · 0.45
get_fieldsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected