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

Function v3

tests/array-slice-ll.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22using namespace meep;
23
24vector3 v3(double x, double y = 0.0, double z = 0.0) {
25 vector3 v;
26 v.x = x;
27 v.y = y;
28 v.z = z;
29 return v;
30}
31
32// passthrough field function
33std::complex<double> default_field_function(const std::complex<double> *fields, const vec &loc,

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected