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

Method get_field

src/monitor.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66complex<double> fields::get_field(int c, const vec &loc, bool parallel) const {
67 return (is_derived(c) ? get_field(derived_component(c), loc, parallel)
68 : get_field(component(c), loc, parallel));
69}
70
71double fields::get_field(derived_component c, const vec &loc, bool parallel) const {
72 component c1 = Ex, c2 = Ex;

Callers 15

run_simulationMethod · 0.80
bend_fluxFunction · 0.80
mainFunction · 0.80
radiating_2DFunction · 0.80
radiating_3DFunction · 0.80
harmonicsFunction · 0.80
mainFunction · 0.80
check_cylFunction · 0.80
FOR_E_AND_HFunction · 0.80
mainFunction · 0.80
check_2dFunction · 0.80
check_3dFunction · 0.80

Calls 15

is_derivedFunction · 0.85
derived_componentEnum · 0.85
componentEnum · 0.85
direction_componentFunction · 0.85
component_directionFunction · 0.85
abortFunction · 0.85
sum_to_allFunction · 0.85
getcmFunction · 0.85
has_fieldMethod · 0.80
interpolateMethod · 0.80
multiplicityMethod · 0.80
ownsMethod · 0.80

Tested by 4

run_simulationMethod · 0.64
check_2dFunction · 0.64
check_3dFunction · 0.64
check_2d_monitorFunction · 0.64