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

Method right_tree

src/structure_dump.cpp:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462const binary_partition *binary_partition::right_tree() const {
463 assert(!is_leaf());
464 return right.get();
465}
466
467void split_by_binarytree(grid_volume gvol, std::vector<grid_volume> &result_gvs,
468 std::vector<int> &result_ids, const binary_partition *bp) {

Callers 2

bp_to_py_bpFunction · 0.80
split_by_binarytreeFunction · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected