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

Function FOR_H_AND_B

src/fields.cpp:167–169  ·  view source on GitHub ↗

So that we can make sure to delete everything... for mu=1 non-PML regions, H==B to save space/time - don't delete twice!

Source from the content-addressed store, hash-verified

165 is_real = 0; // So that we can make sure to delete everything...
166 // for mu=1 non-PML regions, H==B to save space/time - don't delete twice!
167 DOCMP2 FOR_H_AND_B(hc, bc) {
168 if (f[hc][cmp] == f[bc][cmp]) f[bc][cmp] = NULL;
169 }
170 DOCMP2 FOR_COMPONENTS(c) {
171 delete[] f[c][cmp];
172 delete[] f_u[c][cmp];

Callers 1

connect_the_chunksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected