Home
last modified time | relevance | path

Searched refs:ielt (Results 1 – 25 of 134) sorted by relevance

123456

/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/base/
H A Decs_table_att.c211 for (ielt = 0; ielt < nbr_new; ielt++) in _table_att__herite()
223 for (ielt = 0; ielt < nbr_new; ielt++) in _table_att__herite()
262 for (ielt = 0; ielt < nbr_new; ielt++) { in _table_att__herite()
270 for (ielt = 0; ielt < nbr_new; ielt++) in _table_att__herite()
431 for (ielt = 0; ielt < nbr_elt; ielt++) { in _table__attribue_fam()
443 for (ielt = 0; ielt < nbr_elt; ielt++) { in _table__attribue_fam()
465 for (ielt = 0; ielt < nbr_elt; ielt++) { in _table__attribue_fam()
963 for (ielt = 0; ielt < nbr_elt; ielt++) { in _table_att__trie_val_pos()
1038 for (ielt = 0; ielt < nbr_elt; ielt++) in _table_att__trie_val()
1185 for (ielt = 0; ielt < nbr_elt; ielt++) { in _table_att__transforme_bi_tab()
[all …]
H A Decs_maillage.c257 size_t ielt; in _maillage__selectionne_lst() local
269 for (ielt = 0; ielt < nbr_elt; ielt++) in _maillage__selectionne_lst()
270 elt_select[ielt] = false; in _maillage__selectionne_lst()
278 for (ielt = 0; ielt < nbr_elt; ielt++) in _maillage__selectionne_lst()
279 elt_select[ielt] = true; in _maillage__selectionne_lst()
284 for (ielt = 0; ielt < liste_filtre->nbr; ielt++) in _maillage__selectionne_lst()
550 size_t ielt; in _maillage_elt_fam_fusionne() local
564 for (ielt = 0; ielt < nbr_elt_new; ielt++) in _maillage_elt_fam_fusionne()
565 elt_fam_new[ielt] = 0; in _maillage_elt_fam_fusionne()
592 size_t ielt; in _maillage_elt_fam_compacte() local
[all …]
H A Decs_table_def.c1418 size_t ielt; in ecs_table_def__trie_typ() local
1482 for (ielt = 0; ielt < nbr_elt; ielt++) { in ecs_table_def__trie_typ()
1503 ielt = 1; in ecs_table_def__trie_typ()
1505 tab_typ_geo.val[ielt] >= tab_typ_geo.val[ielt - 1] ) in ecs_table_def__trie_typ()
1506 ielt++; in ecs_table_def__trie_typ()
1508 if (ielt < nbr_elt) { in ecs_table_def__trie_typ()
1555 ielt < nbr_elt && tab_typ_geo.val[ielt] == val_typ_ref; ielt++) in ecs_table_def__trie_typ()
2361 ecs_size_t ielt; in ecs_table_def__remplace_ref() local
2370 for (ielt = 0; ielt < nbr_elt; ielt++) { in ecs_table_def__remplace_ref()
2411 size_t ielt; in ecs_table_def__cree_masque() local
[all …]
H A Decs_table.c784 size_t ielt; in ecs_table__transforme_tableau() local
809 for (ielt = 0; ielt < nbr_elt; ielt++) { in ecs_table__transforme_tableau()
811 if (tab_elt[ielt] != 0) { in ecs_table__transforme_tableau()
812 pos_tab[ielt + 1] = pos_tab[ielt] + 1; in ecs_table__transforme_tableau()
813 val_tab[cpt_val++] = tab_elt[ielt]; in ecs_table__transforme_tableau()
816 pos_tab[ielt + 1] = pos_tab[ielt]; in ecs_table__transforme_tableau()
/dports/science/code_saturne/code_saturne-7.1.0/preprocessor/pre-post/
H A Decs_table_post_ens.c146 size_t ielt; in ecs_table_post_ens__ecr_part() local
314 for (ielt = cpt_elt; ielt < cpt_elt_fin; ielt++) { in ecs_table_post_ens__ecr_part()
315 connect_buf[cpt_buf++] = def_pos_tab[ielt + 1] - def_pos_tab[ielt]; in ecs_table_post_ens__ecr_part()
324 for (ielt = cpt_elt; ielt < cpt_elt_fin; ielt++) { in ecs_table_post_ens__ecr_part()
326 for (ival = def_pos_tab[ielt + 1]; in ecs_table_post_ens__ecr_part()
327 ival > def_pos_tab[ielt ]; in ecs_table_post_ens__ecr_part()
343 for (ielt = cpt_elt; ielt < cpt_elt_fin; ielt++) { in ecs_table_post_ens__ecr_part()
346 for (ival = def_pos_tab[ielt ] - 1; in ecs_table_post_ens__ecr_part()
347 ival < def_pos_tab[ielt + 1] - 1; in ecs_table_post_ens__ecr_part()
424 for (ielt = cpt_elt; ielt < cpt_elt_fin; ielt++) { in ecs_table_post_ens__ecr_part()
[all …]
H A Decs_table_post_cgns.c174 size_t ielt; in ecs_table_post_cgns__ecr_connect() local
341 for (ielt = cpt_elt; ielt < cpt_elt_fin; ielt++) { in ecs_table_post_cgns__ecr_connect()
343 ival_deb = def_pos_tab[ielt] - 1; in ecs_table_post_cgns__ecr_connect()
345 nbr_som_elt = def_pos_tab[ielt + 1] - def_pos_tab[ielt]; in ecs_table_post_cgns__ecr_connect()
366 for (ielt = cpt_elt; ielt < cpt_elt_fin; ielt++) { in ecs_table_post_cgns__ecr_connect()
372 = def_pos_tab[ielt + 1] - def_pos_tab[ielt] + CS_CG_ENUM(NGON_n); in ecs_table_post_cgns__ecr_connect()
374 def_elt[ind++] = def_pos_tab[ielt + 1] - def_pos_tab[ielt]; in ecs_table_post_cgns__ecr_connect()
377 for (ival = def_pos_tab[ielt ] - 1; in ecs_table_post_cgns__ecr_connect()
378 ival < def_pos_tab[ielt + 1] - 1; in ecs_table_post_cgns__ecr_connect()
H A Decs_maillage_pre.c247 size_t ielt; in _ecs_maillage_pre__aff_info_fam() local
269 for (ielt = 1; ielt < nbr_elt; ielt++) { in _ecs_maillage_pre__aff_info_fam()
271 if (fam_val[ielt] < min_fam_val) in _ecs_maillage_pre__aff_info_fam()
272 min_fam_val = fam_val[ielt]; in _ecs_maillage_pre__aff_info_fam()
273 else if (fam_val[ielt] > max_fam_val) in _ecs_maillage_pre__aff_info_fam()
274 max_fam_val = fam_val[ielt]; in _ecs_maillage_pre__aff_info_fam()
286 for (ielt = 0; ielt < nbr_elt; ielt++) in _ecs_maillage_pre__aff_info_fam()
370 size_t ielt; in ecs_maillage_pre__cree_elt() local
425 ielt = 0; in ecs_maillage_pre__cree_elt()
428 ielt++; in ecs_maillage_pre__cree_elt()
[all …]
H A Decs_table_post_med.c501 size_t ielt; in ecs_table_post_med__ecr_elt() local
553 for (ielt = 0; ielt < nbr_elt; ielt++) in ecs_table_post_med__ecr_elt()
554 fam_ele_med[ielt] = -elt_fam[ielt]; in ecs_table_post_med__ecr_elt()
557 for (ielt = 0; ielt < nbr_elt; ielt++) in ecs_table_post_med__ecr_elt()
558 fam_ele_med[ielt] = 0; in ecs_table_post_med__ecr_elt()
623 for (ielt = 0; ielt < nbr_elt_typ_geo; ielt++) { in ecs_table_post_med__ecr_elt()
629 connect_med[ielt * nbr_som_elt + isom] in ecs_table_post_med__ecr_elt()
715 for (ielt = 0; ielt < nbr_elt_typ_geo; ielt++) { in ecs_table_post_med__ecr_elt()
720 for (ival = def_pos_tab[cpt_elt + ielt ] - 1; in ecs_table_post_med__ecr_elt()
721 ival < def_pos_tab[cpt_elt + ielt + 1] - 1; in ecs_table_post_med__ecr_elt()
[all …]
H A Decs_pre_med.c205 ecs_int_t ielt; in ecs_loc_convert_connect_med_ecs() local
223 for (ielt = 0; ielt < (nbr_val / pas_med); ielt++) { in ecs_loc_convert_connect_med_ecs()
225 ipos_med = ielt * pas_med; in ecs_loc_convert_connect_med_ecs()
428 ecs_int_t ielt; in ecs_loc_pre_med__lit_maille() local
771 for (ielt = 0; ielt < nbr_elt; ielt++) { in ecs_loc_pre_med__lit_maille()
855 for (ielt = 0; ielt < nbr_elt; ielt++) in ecs_loc_pre_med__lit_maille()
978 for (ielt = 0; ielt < nbr_elt; ielt++) { in ecs_loc_pre_med__lit_maille()
1082 for (ielt = 0; ielt < nbr_elt; ielt++) in ecs_loc_pre_med__lit_maille()
1095 for (ielt = 0; ielt < nbr_elt; ielt++) { in ecs_loc_pre_med__lit_maille()
1155 for (ielt = 0; ielt < nbr_corres*2; ielt++) in ecs_loc_pre_med__lit_maille()
[all …]
H A Decs_table_post.c135 size_t ielt; in ecs_loc_table_post__cpt_elt_typ() local
194 for (ielt = cpt_elt; ielt < nbr_elt; ielt++) { in ecs_loc_table_post__cpt_elt_typ()
196 nbr_val_ref = elt_def_pos[ielt + 1] - elt_def_pos[ielt]; in ecs_loc_table_post__cpt_elt_typ()
H A Decs_pre_ens.c858 ecs_int_t ielt; in ecs_loc_pre_ens__ele_lin() local
865 for (ielt = 0; ielt < nbr_ele; ielt++) { in ecs_loc_pre_ens__ele_lin()
867 ipos_ens = ielt * taille_ele; in ecs_loc_pre_ens__ele_lin()
1370 ecs_int_t ielt; in ecs_loc_pre_ens__concat_elems() local
1455 for (ielt = 0; ielt < elems_loc->nbr_ele; ielt++) in ecs_loc_pre_ens__concat_elems()
1467 for (ielt = 0; ielt < elems_loc->nbr_ele; ielt++) { in ecs_loc_pre_ens__concat_elems()
1565 for (ielt = 0; ielt < elems_loc->nbr_ele; ielt++) { in ecs_loc_pre_ens__concat_elems()
1600 for (ielt = 0; ielt < elems_loc->nbr_ele; ielt++) { in ecs_loc_pre_ens__concat_elems()
1602 nbr_som_elt = elems_loc->nbr_n[ielt]; in ecs_loc_pre_ens__concat_elems()
1643 for (ielt = 0; ielt < elems_loc->nbr_ele; ielt++) { in ecs_loc_pre_ens__concat_elems()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/user_examples/
H A Dcs_user_extra_operations-nusselt_and_friction_calculation.c169 for (cs_lnum_t ielt = 0; ielt < n_selected_faces; ielt++) { in cs_user_extra_operations() local
170 cs_lnum_t f_id = selected_faces[ielt]; in cs_user_extra_operations()
174 loc_nusselt[ielt] = boundary_flux[f_id] * length_ref in cs_user_extra_operations()
190 loc_friction[ielt] = cs_math_3_norm(stresses); in cs_user_extra_operations()
193 loc_coords[ielt] = b_face_cog[f_id][0]; in cs_user_extra_operations()
207 for (cs_gnum_t ielt = 0; ielt < n_selected_faces_g; ielt++) { in cs_user_extra_operations() local
210 loc_coords[ielt], loc_friction[ielt], loc_nusselt[ielt]); in cs_user_extra_operations()
213 glo_coords[ielt], glo_friction[ielt], glo_nusselt[ielt]); in cs_user_extra_operations()
H A Dcs_user_boundary_conditions-medcoupling_remapper_2d.c202 for (cs_lnum_t ielt = 0; ielt < nelts; ielt++) { in cs_user_boundary_conditions() local
203 cs_lnum_t f_id = lstelt[ielt]; in cs_user_boundary_conditions()
206 rcodcl[iscal*n_b_faces + f_id] = bc_scalar[ielt]; in cs_user_boundary_conditions()
H A Dcs_user_boundary_conditions-notebook.c108 for (cs_lnum_t ielt = 0; ielt < nelts; ielt++) { in cs_user_boundary_conditions() local
109 cs_lnum_t face_id = lstelt[ielt]; in cs_user_boundary_conditions()
H A Dcs_user_extra_operations-nusselt_calculation.c143 for (cs_lnum_t ielt = 0; ielt < nlelt; ielt++) { in cs_user_extra_operations() local
144 cs_lnum_t face_id = lstelt[ielt]; in cs_user_extra_operations()
146 treloc[ielt] = coefap[face_id] + coefbp[face_id] * f->val[c_id]; in cs_user_extra_operations()
/dports/science/code_saturne/code_saturne-7.1.0/examples/2-full_domain/case2/
H A Dcs_user_boundary_conditions.f90474 do ielt = 1, nlelt
475 ifac = lstelt(ielt)
479 do ielt = 1, nlelt
480 ifac = lstelt(ielt)
/dports/science/code_saturne/code_saturne-7.1.0/examples/2-full_domain/case3/
H A Dcs_user_boundary_conditions.f90475 do ielt = 1, nlelt
476 ifac = lstelt(ielt)
480 do ielt = 1, nlelt
481 ifac = lstelt(ielt)
/dports/science/code_saturne/code_saturne-7.1.0/src/comb/
H A Dcs_coal_thfieldconv1.f90133 iel = ielt
135 iel = ifabor(ielt)
200 if (eh(ielt).ge.eh1) tp(ielt) = th(i+1)
208 iel = ielt
210 iel = ifabor(ielt)
273 if (eh(ielt) .le. eh0 ) tp(ielt)= th(i)
280 do ielt = 1, nelt
283 iel = ielt
285 iel = ifabor(ielt)
403 if (eh(ielt).ge.eh0 .and. eh(ielt).le.eh1) then
[all …]
/dports/security/super/super-3.30.3/
H A Dutils.c766 StrEltGetPtr(a, ielt) in StrEltGetPtr() argument
771 if (ielt >= 0 && ielt < a->n && a->str[ielt].used)
772 return a->str[ielt].s;
783 StrEltCpy(a, ielt, str) in StrEltCpy() argument
798 a->str[ielt].s = realloc(a->str[ielt].s, l+1);
799 a->str[ielt].n = l+1;
802 a->str[ielt].n = 0;
859 StrNalloc(a, ielt) in StrNalloc() argument
861 int ielt;
869 new_n = (ielt < 4) ? 4 : 2*ielt ;
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DFE_Mesh.cpp2599 int ielt = 0; in FE_Rectangular3DMesh() local
2607 connectivity_(0,ielt) = i1; in FE_Rectangular3DMesh()
2608 connectivity_(1,ielt) = i1 + noffx; in FE_Rectangular3DMesh()
2610 connectivity_(3,ielt) = i1 + noffy; in FE_Rectangular3DMesh()
2611 connectivity_(4,ielt) = i1 + noffz; in FE_Rectangular3DMesh()
2615 ++ielt; in FE_Rectangular3DMesh()
2874 int ielt = 0; in FE_Uniform3DMesh() local
2882 connectivity_(0,ielt) = i1; in FE_Uniform3DMesh()
2883 connectivity_(1,ielt) = i1 + noffx; in FE_Uniform3DMesh()
2885 connectivity_(3,ielt) = i1 + noffy; in FE_Uniform3DMesh()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DFE_Mesh.cpp2584 int ielt = 0; in FE_Rectangular3DMesh() local
2592 connectivity_(0,ielt) = i1; in FE_Rectangular3DMesh()
2593 connectivity_(1,ielt) = i1 + noffx; in FE_Rectangular3DMesh()
2595 connectivity_(3,ielt) = i1 + noffy; in FE_Rectangular3DMesh()
2596 connectivity_(4,ielt) = i1 + noffz; in FE_Rectangular3DMesh()
2600 ++ielt; in FE_Rectangular3DMesh()
2859 int ielt = 0; in FE_Uniform3DMesh() local
2867 connectivity_(0,ielt) = i1; in FE_Uniform3DMesh()
2868 connectivity_(1,ielt) = i1 + noffx; in FE_Uniform3DMesh()
2870 connectivity_(3,ielt) = i1 + noffy; in FE_Uniform3DMesh()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-parloops.c453 struct int_tree_map ielt, *nielt; in take_address_of() local
474 ielt.uid = uid; in take_address_of()
475 dslot = htab_find_slot_with_hash (decl_address, &ielt, uid, INSERT); in take_address_of()
791 struct int_tree_map ielt, *nielt; in separate_decls_in_region_name() local
825 ielt.uid = uid; in separate_decls_in_region_name()
826 dslot = htab_find_slot_with_hash (decl_copies, &ielt, uid, INSERT); in separate_decls_in_region_name()
839 ielt.uid = nuid; in separate_decls_in_region_name()
840 dslot = htab_find_slot_with_hash (decl_copies, &ielt, nuid, INSERT); in separate_decls_in_region_name()
907 struct int_tree_map ielt; in separate_decls_in_region_debug() local
920 ielt.uid = DECL_UID (var); in separate_decls_in_region_debug()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-parloops.c493 struct int_tree_map ielt, *nielt; in take_address_of() local
514 ielt.uid = uid; in take_address_of()
515 dslot = decl_address.find_slot_with_hash (&ielt, uid, INSERT); in take_address_of()
827 struct int_tree_map ielt, *nielt; in separate_decls_in_region_name() local
862 ielt.uid = uid; in separate_decls_in_region_name()
863 dslot = decl_copies.find_slot_with_hash (&ielt, uid, INSERT); in separate_decls_in_region_name()
876 ielt.uid = nuid; in separate_decls_in_region_name()
877 dslot = decl_copies.find_slot_with_hash (&ielt, nuid, INSERT); in separate_decls_in_region_name()
946 struct int_tree_map ielt; in separate_decls_in_region_debug() local
960 ielt.uid = DECL_UID (var); in separate_decls_in_region_debug()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-parloops.c453 struct int_tree_map ielt, *nielt; in take_address_of() local
474 ielt.uid = uid; in take_address_of()
475 dslot = htab_find_slot_with_hash (decl_address, &ielt, uid, INSERT); in take_address_of()
782 struct int_tree_map ielt, *nielt; in separate_decls_in_region_name() local
816 ielt.uid = uid; in separate_decls_in_region_name()
817 dslot = htab_find_slot_with_hash (decl_copies, &ielt, uid, INSERT); in separate_decls_in_region_name()
830 ielt.uid = nuid; in separate_decls_in_region_name()
831 dslot = htab_find_slot_with_hash (decl_copies, &ielt, nuid, INSERT); in separate_decls_in_region_name()
898 struct int_tree_map ielt; in separate_decls_in_region_debug() local
911 ielt.uid = DECL_UID (var); in separate_decls_in_region_debug()
[all …]
/dports/math/fricas/fricas-1.3.7/src/input/
H A Dgpresent.input157 ielt(a, i) == (i > 0 => elt(a, i); inv(elt(a, -i)))
160 prod := reduce(_*, [ielt(s4gen, i) for i in rel], 1$PERM(INT))

123456