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

Function variable_material

scheme/structure.cpp:372–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static int variable_material(int which_subclass) {
373 return (which_subclass == MTS::MATERIAL_FUNCTION);
374}
375
376static bool is_metal(meep::field_type ft, const material_type *material) {
377 if (ft == meep::E_stuff) switch (material->which_subclass) {

Callers 1

get_front_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected