This is the function passed to `set_maxwell_mu`
| 120 | } |
| 121 | // This is the function passed to `set_maxwell_mu` |
| 122 | void 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 | |
| 127 | static 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, |
nothing calls this directly
no test coverage detected