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

Method get_proc_id

src/structure_dump.cpp:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445bool binary_partition::is_leaf() const { return !left && !right; }
446
447int binary_partition::get_proc_id() const {
448 assert(is_leaf());
449 return proc_id;
450}
451
452const split_plane &binary_partition::get_plane() const {
453 assert(!is_leaf());

Callers 2

bp_to_py_bpFunction · 0.80
split_by_binarytreeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected