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

Method interior

src/vec.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289volume grid_volume::interior() const {
290 return volume(operator[](little_corner()), operator[](big_corner() - one_ivec(dim) * 2));
291}
292
293void grid_volume::update_ntot() {
294 the_ntot = 1;

Callers 2

total_volumeMethod · 0.80
check_okMethod · 0.80

Calls 2

volumeClass · 0.85
one_ivecFunction · 0.85

Tested by

no test coverage detected