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

Method output_epsilon

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

Source from the content-addressed store, hash-verified

613 self.output_field_to_file(2, self.get_filename_prefix())
614
615 def output_epsilon(self):
616 self.mode_solver.get_epsilon()
617 self.output_field_to_file(mp.ALL, self.get_filename_prefix())
618
619 def output_mu(self):
620 self.mode_solver.get_mu()

Callers 5

output_epsilonFunction · 0.80
test_get_array_outputMethod · 0.80

Calls 3

output_field_to_fileMethod · 0.95
get_filename_prefixMethod · 0.95
get_epsilonMethod · 0.45

Tested by 4

test_get_array_outputMethod · 0.64