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

Method get_epsilon

python/solver.py:375–377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 return MPBArray(arr, self.get_lattice(), self.current_k)
374
375 def get_epsilon(self):
376 self.mode_solver.get_epsilon()
377 return self.get_curfield_as_array(False)
378
379 def get_mu(self):
380 self.mode_solver.get_mu()

Callers 4

output_epsilonMethod · 0.45
test_get_array_outputMethod · 0.45
test_tri_rodsMethod · 0.45
tri_rodsFunction · 0.45

Calls 1

get_curfield_as_arrayMethod · 0.95

Tested by 2

test_get_array_outputMethod · 0.36
test_tri_rodsMethod · 0.36