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

Function mu_function

libpympb/pympb.cpp:122–125  ·  view source on GitHub ↗

This is the function passed to `set_maxwell_mu`

Source from the content-addressed store, hash-verified

120}
121// This is the function passed to `set_maxwell_mu`
122void mu_function(symmetric_matrix *eps, symmetric_matrix *eps_inv, const mpb_real r[3],
123 void *epsilon_data) {
124 epsmu_function(eps, eps_inv, r, epsilon_data, false);
125}
126
127static int mean_epsilon_func(symmetric_matrix *meps, symmetric_matrix *meps_inv, mpb_real n[3],
128 mpb_real d1, mpb_real d2, mpb_real d3, mpb_real tol,

Callers

nothing calls this directly

Calls 1

epsmu_functionFunction · 0.85

Tested by

no test coverage detected