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

Function FOR_DIRECTIONS

src/structure.cpp:492–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 chiP[ft] list.) */
491 int trivial_sigma[NUM_FIELD_COMPONENTS][5];
492 FOR_COMPONENTS(c) FOR_DIRECTIONS(d) { trivial_sigma[c][d] = true; }
493 for (int i = 0; i < num_chunks; i++) {
494 const susceptibility *newsus = chunks[i]->chiP[ft];
495 FOR_FT_COMPONENTS(ft, c) FOR_DIRECTIONS(d) {

Callers 2

check_okMethod · 0.70
structure_chunkMethod · 0.70

Calls 2

component_directionFunction · 0.85
ntotMethod · 0.80

Tested by

no test coverage detected