Home
last modified time | relevance | path

Searched refs:coarse_tree (Results 1 – 1 of 1) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_neighborhood.c220 fvm_box_tree_t *coarse_tree = NULL; in _redistribute_boxes() local
227 coarse_tree = fvm_box_tree_create(n->max_tree_depth, in _redistribute_boxes()
233 fvm_box_tree_set_boxes(coarse_tree, in _redistribute_boxes()
237 _update_bt_statistics(&(n->bt_stats), coarse_tree); in _redistribute_boxes()
244 distrib = fvm_box_tree_get_distrib(coarse_tree, boxes); in _redistribute_boxes()
246 fvm_box_tree_destroy(&coarse_tree); in _redistribute_boxes()