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

Function dielectric_function

libpympb/pympb.cpp:117–120  ·  view source on GitHub ↗

This is the function passed to `set_maxwell_dielectric`

Source from the content-addressed store, hash-verified

115
116// This is the function passed to `set_maxwell_dielectric`
117void 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`
122void mu_function(symmetric_matrix *eps, symmetric_matrix *eps_inv, const mpb_real r[3],
123 void *epsilon_data) {

Callers

nothing calls this directly

Calls 1

epsmu_functionFunction · 0.85

Tested by

no test coverage detected