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

Function display_csv

python/simulation.py:5513–5515  ·  view source on GitHub ↗
(sim, name, data)

Source from the content-addressed store, hash-verified

5511
5512
5513def display_csv(sim, name, data):
5514 for d in data:
5515 display_run_data(sim, name, d)
5516
5517
5518def display_progress(t0, t, dt):

Callers 4

_display_energyMethod · 0.85
display_forcesMethod · 0.85
display_fluxesMethod · 0.85
_ldosFunction · 0.85

Calls 1

display_run_dataFunction · 0.85

Tested by

no test coverage detected