Home
last modified time | relevance | path

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

/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_pre_ens.c453 ecs_int_t cpt_lignes_lues = 0; in ecs_loc_pre_ens__lit_tab_coo_6() local
470 while (cpt_lignes_lues < nbr_lignes) { in ecs_loc_pre_ens__lit_tab_coo_6()
483 val_id[cpt_lignes_lues] = (int32_t)(atoi(sub)); in ecs_loc_pre_ens__lit_tab_coo_6()
490 val_coord[cpt_lignes_lues*3 + icoo] = (float)(atof(sub)); in ecs_loc_pre_ens__lit_tab_coo_6()
493 cpt_lignes_lues++; in ecs_loc_pre_ens__lit_tab_coo_6()
523 ecs_int_t cpt_lignes_lues = 0; in ecs_loc_pre_ens__lit_tab_connect() local
545 while (cpt_lignes_lues < nbr_lignes) { /* Lignes entières, peuvent être in ecs_loc_pre_ens__lit_tab_connect()
559 while ( cpt_lignes_lues < nbr_lignes in ecs_loc_pre_ens__lit_tab_connect()
573 val_id[cpt_lignes_lues] = (int32_t)val_lue; in ecs_loc_pre_ens__lit_tab_connect()
575 val_connect[cpt_lignes_lues*nbr_som_elt + cpt_som_ligne] in ecs_loc_pre_ens__lit_tab_connect()
[all …]