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

Method __init__

python/simulation.py:764–770  ·  view source on GitHub ↗

Construct a `DftNear2Far`.

(self, func, args)

Source from the content-addressed store, hash-verified

762 """ """
763
764 def __init__(self, func, args):
765 """Construct a `DftNear2Far`."""
766 super().__init__(func, args)
767 self.nfreqs = len(args[0])
768 self.nperiods = args[1]
769 self.regions = args[2]
770 self.num_components = 4
771
772 @property
773 def farfield(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected