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

Method amplitude

python/simulation.py:872–874  ·  view source on GitHub ↗
(self, point, component)

Source from the content-addressed store, hash-verified

870 self.kdom = kdom
871
872 def amplitude(self, point, component):
873 swig_point = mp.vec(point.x, point.y, point.z)
874 return mp.eigenmode_amplitude(self.swigobj, swig_point, component)
875
876
877class PadeDFT:

Callers 1

test_modesMethod · 0.45

Calls 1

vecMethod · 0.80

Tested by 1

test_modesMethod · 0.36