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

Method get_new_point

src/monitor.cpp:412–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412monitor_point *fields::get_new_point(const vec &loc, monitor_point *the_list) const {
413 monitor_point *p = new monitor_point();
414 get_point(p, loc);
415 p->next = the_list;
416 return p;
417}
418
419complex<double> monitor_point::get_component(component w) { return f[w]; }
420

Callers 1

freq_at_resolutionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected