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

Function eps

tests/convergence_cyl_waveguide.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using std::complex;
7
8double eps(const vec &pt) { return ((pt.r() < 0.5 + 1e-6) ? 9.0 : 1.0); }
9
10#define MINRES 10
11#define MAXRES 25

Callers 2

fallback_chi1inv_rowMethod · 0.85
fallback_chi1inv_rowMethod · 0.85

Calls 1

rMethod · 0.45

Tested by

no test coverage detected