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

Function fields_load

tests/dump_load.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void fields_load(fields *f, const std::string &filename) {
115 master_printf("Loading fields: %s\n", filename.c_str());
116 f->load(filename.c_str());
117}
118
119int test_metal(double eps(const vec &), int splitting, const char *tmpdir) {
120 double a = 10.0;

Callers 2

test_metalFunction · 0.85
test_periodicFunction · 0.85

Calls 2

master_printfFunction · 0.85
loadMethod · 0.45

Tested by 2

test_metalFunction · 0.68
test_periodicFunction · 0.68