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

Method load_hdf5

src/dft.cpp:579–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579void dft_flux::load_hdf5(h5file *file, const char *dprefix) {
580 load_dft_hdf5(E, cE, file, dprefix);
581 file->prevent_deadlock(); // hackery
582 load_dft_hdf5(H, cH, file, dprefix);
583}
584
585void dft_flux::save_hdf5(fields &f, const char *fname, const char *dprefix, const char *prefix) {
586 h5file *ff = f.open_h5file(fname, h5file::WRITE, prefix);

Callers 2

bragg_transmissionFunction · 0.45
bend_fluxFunction · 0.45

Calls 3

load_dft_hdf5Function · 0.85
prevent_deadlockMethod · 0.80
open_h5fileMethod · 0.80

Tested by

no test coverage detected