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

Method __init__

python/simulation.py:690–695  ·  view source on GitHub ↗

Construct a `DftFlux`.

(self, func, args)

Source from the content-addressed store, hash-verified

688 """ """
689
690 def __init__(self, func, args):
691 """Construct a `DftFlux`."""
692 super().__init__(func, args)
693 self.nfreqs = len(args[0])
694 self.regions = args[1]
695 self.num_components = 4
696
697 @property
698 def flux(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected