This is the function passed to `set_maxwell_dielectric`
| 115 | |
| 116 | // This is the function passed to `set_maxwell_dielectric` |
| 117 | void dielectric_function(symmetric_matrix *eps, symmetric_matrix *eps_inv, const mpb_real r[3], |
| 118 | void *epsilon_data) { |
| 119 | epsmu_function(eps, eps_inv, r, epsilon_data, true); |
| 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) { |
nothing calls this directly
no test coverage detected