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

Method get_complex_array_slice

src/array_slice.cpp:712–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712complex<realnum> *fields::get_complex_array_slice(const volume &where,
713 std::vector<component> components,
714 field_function fun, void *fun_data,
715 complex<realnum> *slice, double frequency,
716 bool snap) {
717 return (complex<realnum> *)do_get_array_slice(where, components, fun, 0, fun_data, (void *)slice,
718 frequency, snap);
719}
720
721realnum *fields::get_array_slice(const volume &where, component c, realnum *slice, double frequency,
722 bool snap) {

Callers 2

get_arrayMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected