Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_hfield
Function · 0.80
output_bfield
Function · 0.80
output_dfield
Function · 0.80
output_efield
Function · 0.80
output_bpwr
Function · 0.80
output_dpwr
Function · 0.80
Calls
2
output_field_to_file
Method · 0.95
get_filename_prefix
Method · 0.95
Tested by
no test coverage detected