Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/libple/src/
H A Dple_locator.c758 PLE_REALLOC(this_locator->comm_order, this_locator->n_intersects, int); in _location_ranks()
1013 = this_locator->local_point_ids + this_locator->local_points_idx[i]; in _transfer_location_distant()
1572 this_locator->local_points_idx[this_locator->n_intersects], in _locate_all_distant()
1576 this_locator->distant_points_idx[this_locator->n_intersects], in _locate_all_distant()
2019 this_locator->local_points_idx[1] = this_locator->n_interior; in _locate_all_local()
2022 this_locator->distant_points_idx[1] = this_locator->n_interior; in _locate_all_local()
2141 = this_locator->local_point_ids + this_locator->local_points_idx[i]; in _exchange_point_var_distant()
2335 = this_locator->local_points_idx[this_locator->n_intersects]; in _exchange_point_var_distant_asyn()
2449 = this_locator->local_point_ids + this_locator->local_points_idx[i]; in _exchange_point_var_distant_asyn()
2831 return this_locator; in ple_locator_create()
[all …]
H A Dple_locator.h213 ple_locator_destroy(ple_locator_t * this_locator);
246 ple_locator_set_mesh(ple_locator_t *this_locator,
315 ple_locator_shift_locations(ple_locator_t *this_locator,
357 ple_locator_get_dist_coords(const ple_locator_t *this_locator);
370 ple_locator_get_n_interior(const ple_locator_t *this_locator);
397 ple_locator_get_n_exterior(const ple_locator_t *this_locator);
422 ple_locator_discard_exterior(ple_locator_t *this_locator);
458 ple_locator_exchange_point_var(ple_locator_t *this_locator,
480 ple_locator_get_times(const ple_locator_t *this_locator,
500 ple_locator_get_comm_times(const ple_locator_t *this_locator,
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_c_bindings.f902074 function ple_locator_destroy(this_locator) result (l) &
2078 type(c_ptr), value :: this_locator
4113 subroutine locator_destroy(this_locator) argument
4120 type(c_ptr) :: this_locator local
4124 this_locator = ple_locator_destroy(this_locator)