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

Method _evaluate_dft_objects

python/simulation.py:2984–2987  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2982 self.fields.require_source_components() # needed by IndexedSource objects
2983
2984 def _evaluate_dft_objects(self):
2985 for dft in self.dft_objects:
2986 if dft.swigobj is None:
2987 dft.swigobj = dft.func(*dft.args)
2988
2989 def add_dft_fields(self, *args, **kwargs):
2990 """

Callers 5

load_fieldsMethod · 0.95
solve_cwMethod · 0.95
solve_eigfreqMethod · 0.95
runMethod · 0.95
adjoint_runMethod · 0.80

Calls 1

funcMethod · 0.45

Tested by

no test coverage detected