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

Method output_field

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

Source from the content-addressed store, hash-verified

601 return lattice
602
603 def output_field(self):
604 self.output_field_to_file(mp.ALL, self.get_filename_prefix())
605
606 def output_field_x(self):
607 self.output_field_to_file(0, self.get_filename_prefix())

Callers 6

output_hfieldFunction · 0.80
output_bfieldFunction · 0.80
output_dfieldFunction · 0.80
output_efieldFunction · 0.80
output_bpwrFunction · 0.80
output_dpwrFunction · 0.80

Calls 2

output_field_to_fileMethod · 0.95
get_filename_prefixMethod · 0.95

Tested by

no test coverage detected