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

Method output_dft

src/dft.cpp:1371–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1369}
1370
1371void fields::output_dft(dft_flux flux, const char *HDF5FileName) {
1372 dft_chunk *chunklists[2];
1373 chunklists[0] = flux.E;
1374 chunklists[1] = flux.H;
1375 output_dft_components(chunklists, 2, flux.where, HDF5FileName);
1376}
1377
1378void fields::output_dft(dft_force force, const char *HDF5FileName) {
1379 dft_chunk *chunklists[3];

Callers 1

RunFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected