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

Method reset

src/fields.cpp:653–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void fields::reset() {
654 remove_sources();
655 remove_fluxes();
656 zero_fields();
657 t = 0;
658}
659
660void fields_chunk::use_real_fields() {
661 is_real = 1;

Callers 3

choose_chunkdivisionMethod · 0.45
binary_partitionMethod · 0.45
compare_hdf5_datasetsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected