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

Method output_mu

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

Source from the content-addressed store, hash-verified

617 self.output_field_to_file(mp.ALL, self.get_filename_prefix())
618
619 def output_mu(self):
620 self.mode_solver.get_mu()
621 self.output_field_to_file(mp.ALL, self.get_filename_prefix())
622
623 def output_field_to_file(self, component, fname_prefix):
624 curfield_type = self.mode_solver.get_curfield_type()

Callers 2

output_muFunction · 0.80

Calls 3

output_field_to_fileMethod · 0.95
get_filename_prefixMethod · 0.95
get_muMethod · 0.45

Tested by 1