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

Method plot_fields

python/simulation.py:4949–4952  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

4947 )
4948
4949 def plot_fields(self, **kwargs):
4950 import meep.visualization as vis
4951
4952 return vis.plot_fields(self, **kwargs)
4953
4954 def plot3D(
4955 self, save_to_image: bool = False, image_name: str = "sim.png", **kwargs

Callers 1

__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected