Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
289
volume grid_volume::interior() const {
290
return volume(operator[](little_corner()), operator[](big_corner() - one_ivec(dim) * 2));
291
}
292
293
void grid_volume::update_ntot() {
294
the_ntot = 1;
Callers
2
total_volume
Method · 0.80
check_ok
Method · 0.80
Calls
2
volume
Class · 0.85
one_ivec
Function · 0.85
Tested by
no test coverage detected