Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_halo_perio.c532 start_std = halo->perio_lst[shift + 4*rank_id]; in cs_halo_perio_sync_coords()
533 end_std = start_std + halo->perio_lst[shift + 4*rank_id + 1]; in cs_halo_perio_sync_coords()
542 start_ext = halo->perio_lst[shift + 4*rank_id + 2]; in cs_halo_perio_sync_coords()
543 end_ext = start_ext + halo->perio_lst[shift + 4*rank_id + 3]; in cs_halo_perio_sync_coords()
603 start_std = n_elts + halo->perio_lst[shift + 4*rank_id]; in cs_halo_perio_sync_var_vect()
604 end_std = start_std + halo->perio_lst[shift + 4*rank_id + 1]; in cs_halo_perio_sync_var_vect()
671 start_std = halo->perio_lst[shift + 4*rank_id]; in cs_halo_perio_sync_var_tens()
679 start_ext = halo->perio_lst[shift + 4*rank_id + 2]; in cs_halo_perio_sync_var_tens()
740 start_std = halo->perio_lst[shift + 4*rank_id]; in cs_halo_perio_sync_var_sym_tens()
748 start_ext = halo->perio_lst[shift + 4*rank_id + 2]; in cs_halo_perio_sync_var_sym_tens()
[all …]
H A Dcs_halo.c582 halo->perio_lst = NULL; in cs_halo_create()
605 halo->perio_lst[i] = 0; in cs_halo_create()
728 halo->perio_lst = NULL; in cs_halo_create_from_ref()
739 halo->perio_lst[i] = 0; in cs_halo_create_from_ref()
804 halo->perio_lst = NULL; in cs_halo_create_from_rank_neighbors()
1035 BFT_FREE(_halo->perio_lst); in cs_halo_destroy()
2066 perio_lst = halo->send_perio_lst; in cs_halo_dump()
2076 perio_lst = halo->perio_lst; in cs_halo_dump()
2099 (long)perio_lst[i*stride + 4*j], in cs_halo_dump()
2100 (long)perio_lst[i*stride + 4*j+1], in cs_halo_dump()
[all …]
H A Dcs_halo.h123 cs_lnum_t *perio_lst; /* For each transformation and for each type of halo member
H A Dcs_renumber.c400 cs_lnum_t *perio_lst = mesh->halo->perio_lst; in _reorder_halo_cells() local
418 cs_lnum_t s = perio_lst[shift + 4*i]; in _reorder_halo_cells()
419 cs_lnum_t e = s + perio_lst[shift + 4*i + 1]; in _reorder_halo_cells()
431 cs_lnum_t s = perio_lst[shift + 4*i + 2]; in _reorder_halo_cells()
432 cs_lnum_t e = s + perio_lst[shift + 4*i + 3]; in _reorder_halo_cells()
1272 cs_lnum_t *perio_lst = mesh->halo->perio_lst; in _classify_halo_cells() local
1281 cs_lnum_t s = perio_lst[shift + 4*i]; in _classify_halo_cells()
1282 cs_lnum_t e = s + perio_lst[shift + 4*i + 1]; in _classify_halo_cells()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_mesh_halo.c1059 const cs_lnum_t perio_lst[]) in _get_n_par_ghost_cells() argument
1243 halo->perio_lst[shift + 2*j + 1] = in _fill_halo()
1255 halo->perio_lst[shift + 2*j + 1] = in _fill_halo()
1276 halo->perio_lst); in _fill_halo()
1282 halo->perio_lst[4*n_c_domains + shift] = in _fill_halo()
1283 halo->perio_lst[shift] + halo->perio_lst[shift + 1]; in _fill_halo()
1292 halo->perio_lst); in _fill_halo()
1298 halo->perio_lst[4*n_c_domains + shift] = in _fill_halo()
1299 halo->perio_lst[shift] + halo->perio_lst[shift + 1]; in _fill_halo()
1531 const cs_lnum_t *perio_lst, in _get_start_end_idx() argument
[all …]
H A Dcs_mesh.c788 start = halo->perio_lst[shift + 4*rank_id]; in _get_halo_perio_num()
789 end = start + halo->perio_lst[shift + 4*rank_id + 1]; in _get_halo_perio_num()
806 start = halo->perio_lst[shift + 4*rank_id]; in _get_halo_perio_num()
807 end = start + halo->perio_lst[shift + 4*rank_id + 1]; in _get_halo_perio_num()
2487 start = halo->perio_lst[shift + 4*rank_id]; in cs_mesh_g_face_vertices_sizes()
2488 end = start + halo->perio_lst[shift + 4*rank_id + 1]; in cs_mesh_g_face_vertices_sizes()
3459 start = halo->perio_lst[shift + 4*rank_id]; in cs_mesh_get_cell_gnum()
3460 end = start + halo->perio_lst[shift + 4*rank_id + 1]; in cs_mesh_get_cell_gnum()
3464 start = halo->perio_lst[shift + 4*rank_id + 2]; in cs_mesh_get_cell_gnum()
3465 end = start + halo->perio_lst[shift + 4*rank_id + 3]; in cs_mesh_get_cell_gnum()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_grid.c1042 start_end_id[1] = f_halo->perio_lst[4*domain_id]; in _coarsen_halo()
1048 = f_halo->perio_lst[stride*tr_id + 4*domain_id]; in _coarsen_halo()
1085 c_halo->perio_lst[stride*tr_id + 4*domain_id + 2] in _coarsen_halo()
1087 c_halo->perio_lst[stride*tr_id + 4*domain_id + 3] in _coarsen_halo()
1428 BFT_FREE(h->perio_lst); in _empty_halo()
1628 h->perio_lst[h->n_c_domains*4*tr_id + 4*rank_id] in _merge_halo_data()
1650 BFT_REALLOC(h->perio_lst, in _merge_halo_data()
1745 memcpy(h->perio_lst, in _append_halos()
1790 h->perio_lst[jj] += index_shift; in _append_halos()
1816 MPI_Send(h->perio_lst, h->n_c_domains*n_transforms*4, in _append_halos()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_tracking.c542 start = halo->perio_lst[shift + 4*rank]; in _create_lagr_halo()
543 n = halo->perio_lst[shift + 4*rank + 1]; in _create_lagr_halo()
550 start = halo->perio_lst[shift + 4*rank + 2]; in _create_lagr_halo()
551 n = halo->perio_lst[shift + 4*rank + 3]; in _create_lagr_halo()
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_to_ccm.c392 start = halo->perio_lst[shift + 4*rank_id]; in _build_ordered_cell_gnum()
393 end = start + halo->perio_lst[shift + 4*rank_id + 1]; in _build_ordered_cell_gnum()
397 start = halo->perio_lst[shift + 4*rank_id + 2]; in _build_ordered_cell_gnum()
398 end = start + halo->perio_lst[shift + 4*rank_id + 3]; in _build_ordered_cell_gnum()