Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using std::complex;
7
8
double 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_row
Method · 0.85
fallback_chi1inv_row
Method · 0.85
Calls
1
r
Method · 0.45
Tested by
no test coverage detected