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

Method add_volume_source

src/sources.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 return 1.0;
222}
223void fields::add_volume_source(component c, const src_time &src, const volume &where,
224 complex<double> amp) {
225 add_volume_source(c, src, where, one, amp);
226}
227
228struct src_vol_chunkloop_data {
229 complex<double> (*A)(const vec &);

Callers 4

test_typemap_swigMethod · 0.80
test_typemap_pyMethod · 0.80
bend_fluxFunction · 0.80
mainFunction · 0.80

Calls 15

master_printfFunction · 0.85
abortFunction · 0.85
direction_nameFunction · 0.85
absFunction · 0.85
readMethod · 0.80
boundary_locationMethod · 0.80
set_direction_minMethod · 0.80
in_direction_minMethod · 0.80
set_direction_maxMethod · 0.80
add_toMethod · 0.80
get_min_cornerMethod · 0.80
get_max_cornerMethod · 0.80

Tested by 2

test_typemap_swigMethod · 0.64
test_typemap_pyMethod · 0.64