Home
last modified time | relevance | path

Searched refs:array_set (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dports/cad/tochnog/Sources/Tochnog-Latest-jan-2014/
H A Dinput.cc71 array_set( initialization_values, -EMPTY, DATA_ITEM_SIZE ); in input()
72 array_set( dof_principal, -NO, MUKNWN ); in input()
73 array_set( define_nstring, 0, MDEFINE ); in input()
74 array_set( dof_amount, 0, MUKNWN ); in input()
173 array_set( &dof_type[rot_indx], -BEAM_ROTATION, n*nder ); in input()
185 array_set( &dof_principal[temp_indx], nprinc, n*nder ); in input()
194 array_set( &dof_principal[pres_indx], nprinc, n*nder ); in input()
278 array_set( &dof_type[epi_indx], in input()
388 array_set( &dof_type[maxe_indx], -MAXWELL_E, n*nder ); in input()
422 array_set( &dof_type[res_indx], -RESIDUE, n*nder ); in input()
[all …]
H A Dplasti_i.cc694 array_set(df, 0, 9); in inic_hisv()
704 array_set(d_eppd, 0, 9); in give_f()
812 array_set(df, 0, 9); in inic_hisv()
813 array_set(sig_b, 0, 9); in inic_hisv()
814 array_set(sig_a, 0, 9); in inic_hisv()
815 array_set(sig_0, 0, 9); in inic_hisv()
952 array_set(beta,0,9); in give_f()
957 array_set(gama,0,9); in give_f()
1145 array_set(*tmpA, 0, 9); in give_matrix()
1162 array_set(beta,0,9); in give_matrix()
[all …]
H A Dso_bicg.cc55 array_set( d1, 0., solve_nlocal ); in solve_iterative_bicg()
56 array_set( d2, 0., solve_nlocal ); in solve_iterative_bicg()
59 array_set( p, 1., solve_nlocal ); in solve_iterative_bicg()
201 array_set( Ad1_thread, 0., nthread*solve_nlocal ); in solve_iterative_bicg_sys()
202 array_set( Ad2_thread, 0., nthread*solve_nlocal ); in solve_iterative_bicg_sys()
203 array_set( p_thread, 0., nthread*solve_nlocal ); in solve_iterative_bicg_sys()
204 array_set( residue_thread, 0., nthread*solve_nlocal ); in solve_iterative_bicg_sys()
208 array_set( Ad1, 0., solve_nlocal ); in solve_iterative_bicg_sys()
209 array_set( Ad2, 0., solve_nlocal ); in solve_iterative_bicg_sys()
210 array_set( p_tmp, 0., solve_nlocal ); in solve_iterative_bicg_sys()
[all …]
H A Dmap.cc98 array_set( average_coord, 0., ndim ); in map_element()
126 array_set( tmp_coord, 0., ndim ); in map_element()
183 array_set( weight, 0., old_nnol ); in map_node()
195 array_set( tmp_node, 0., ndim ); in map_node()
196 array_set( tmp_node_dof, 0., nuknwn ); in map_node()
197 array_set( tmp_node_start_refined, 0., ndim ); in map_node()
198 array_set( tmp_node_dof_start_refined, 0., nuknwn ); in map_node()
227 array_set( tmp_coord, 0., ndim ); in map_node()
H A Dso.cc170 array_set( control_eigen, 0, 2 ); in solve()
196 array_set( solve_b, 0., length ); in solve()
197 array_set( solve_b_temp, 0., length ); in solve()
201 array_set( solve_x, 0., length ); in solve()
359 array_set( ipiv, 0, solve_nlocal ); in solve()
366 array_set( mat, 0., lmat ); in solve()
378 array_set( w, 0., lw ); in solve()
382 array_set( z, 0., lz ); in solve()
385 array_set( work, 0., lwork ); in solve()
389 array_set( matlin, 0., lmatlin ); in solve()
[all …]
H A Dnode.cc59 array_set( node_element[inod], 0, INITIAL_SIZE ); in nod_nod()
60 array_set( node_node[inod], 0, INITIAL_SIZE ); in nod_nod()
68 array_set( &direct_neighbours[0][0], 0, MNOL*MNOL ); in nod_nod()
137 array_set( &direct_neighbours[0][0], 0, MNOL*MNOL ); in nod_nod()
158 array_set( &direct_neighbours[0][0], 1, MNOL*MNOL ); in nod_nod()
178 array_set( node_element[inod], 0, length_node_element[inod] ); in nod_nod()
206 array_set( node_node[inod], 0, length_node_node[inod] ); in nod_nod()
H A Dnonloc.cc145 array_set( element_nonlocal, -10, NONLOCAL_ITEM_SIZE*npointmax ); in nonlocal_set()
146 array_set( element_nonlocal_ipoint, -10, NONLOCAL_ITEM_SIZE*npointmax ); in nonlocal_set()
147 array_set( element_nonlocal_weight, -10, NONLOCAL_ITEM_SIZE*npointmax ); in nonlocal_set()
282 array_set( element_nonlocal, -10, NONLOCAL_ITEM_SIZE*npointmax ); in calc_nonlocal_softvar()
283 array_set( element_nonlocal_ipoint, -10, NONLOCAL_ITEM_SIZE*npointmax ); in calc_nonlocal_softvar()
284 array_set( element_nonlocal_weight, -10, NONLOCAL_ITEM_SIZE*npointmax ); in calc_nonlocal_softvar()
285 array_set( nonlocal_ielem_info, 0, length_nei ); in calc_nonlocal_softvar()
286 array_set( nonlocal_jelem_info, 0, length_nei ); in calc_nonlocal_softvar()
287 array_set( ielem_dof, 0, npointmax*nuknwn ); in calc_nonlocal_softvar()
288 array_set( jelem_dof, 0, npointmax*nuknwn ); in calc_nonlocal_softvar()
H A Delem.cc46 array_set( node_nel, 0, length ); in element_loop()
50 array_set( node_lhside, 0., length ); in element_loop()
54 array_set( node_rhside, 0., length ); in element_loop()
58 array_set( node_dof_tmp, 0., length ); in element_loop()
295 array_set( element_rhside, 0., nnol*npuknwn ); in elem()
302 array_set( element_softvar_tmp, 0., nnol ); in elem()
303 array_set( condif_flow, 0., ndim ); in elem()
304 array_set( massflow, 0., nnol*ndim ); in elem()
305 array_set( grad_massflow, 0., ndim*ndim ); in elem()
426 array_set( new_unknowns, 0., nuknwn ); in elem()
[all …]
H A Dpost.cc47 array_set( post_point_dof, 0., nuknwn ); in post()
91 array_set( post_line_dof, 0., nuknwn ); in post()
95 array_set( post_point, 0., ndim ); in post()
161 array_set( post_point, 0., ndim ); in post()
200 array_set( post_node_result, 0., DATA_ITEM_SIZE ); in post()
246 array_set( post_point_dof, 0., nuknwn ); in parallel_post_point()
335 array_set( post_node_rhside_fixed, 0., npuknwn ); in post_node_rhside_fixed_free()
336 array_set( post_node_rhside_free, 0., npuknwn ); in post_node_rhside_fixed_free()
346 array_set( node_bounded, 0, npuknwn ); in post_node_rhside_fixed_free()
447 array_set( global_unknown_sum, 0., nuknwn ); in post_global()
[all …]
H A Dconspr.cc53 array_set( options_mesh, -FOLLOW_MATERIAL, ndim ); in contactspring()
168 array_set( element_contactspring_direction, 0., MDIM*MDIM ); in contactspring()
171 array_set( group_contactspring_direction, 0., MDIM ); in contactspring()
207 array_set( old_coord_diff, 0., MDIM ); in contactspring()
208 array_set( new_coord_diff, 0., MDIM ); in contactspring()
222 array_set( element_contactspring_force, 0., MDIM ); in contactspring()
232 array_set( element_contactspring_force, 0., MDIM ); in contactspring()
233 array_set( stiffness, 0., MDIM ); in contactspring()
H A Dmateri.cc139 array_set( inc_epe, 0., MDIM*MDIM ); in materi()
140 array_set( old_ept, 0., MDIM*MDIM ); in materi()
141 array_set( old_epp, 0., MDIM*MDIM ); in materi()
142 array_set( old_epe, 0., MDIM*MDIM ); in materi()
143 array_set( old_epi, 0., MDIM*MDIM ); in materi()
144 array_set( old_rot, 0., MDIM*MDIM ); in materi()
145 array_set( old_sig, 0., MDIM*MDIM ); in materi()
146 array_set( new_sig, 0., MDIM*MDIM ); in materi()
148 array_set( old_rho, 0., MDIM*MDIM ); in materi()
150 array_set( old_hisv, 0., nuknwn ); in materi()
[all …]
H A Dremesh.cc64 array_set( dx_geometry, 0., ndim ); in remesh()
65 array_set( dx_residue, 0., ndim ); in remesh()
84 array_set( average_coord, 0., ndim ); in remesh()
130 array_set( dx_geometry, 0., ndim ); in remesh()
131 array_set( dx_residue, 0., ndim ); in remesh()
H A Dnew_mesh.cc130 array_set( coord, 0., MDIM ); in new_mesh_version()
131 array_set( closest_projection, 0., MDIM ); in new_mesh_version()
154 array_set( min_coord, +1.e10, ndim ); in new_mesh_version()
155 array_set( max_coord, -1.e10, ndim ); in new_mesh_version()
168 array_set( number_of_nodes, 1, MDIM ); in new_mesh_version()
194 array_set( boundary_segments_node, 0., length ); in new_mesh_version()
197 array_set( boundary_segments_node_numbers, -1, length ); in new_mesh_version()
311 array_set( node_dof, 0., nuknwn ); in new_mesh_version()
393 array_set( map_node_inside, 0, 1+max_node ); in new_mesh_version()
461 array_set( projection, 0., ndim ); in new_mesh_version()
H A Ddof.cc33 array_set( node_damping, 0., ndim ); in parallel_new_dof_before()
34 array_set( node_stiffness, 0., ndim ); in parallel_new_dof_before()
35 array_set( node_mass, 0., ndim ); in parallel_new_dof_before()
36 array_set( force_gravity, 0., ndim ); in parallel_new_dof_before()
97 array_set( options_relaxation, 1., nprinc ); in parallel_new_dof_diagonal()
H A Drefine_g.cc152 inol = 0; array_set( sides_counter, 0, MSIDE ); in refine_globally()
153 array_set( &sides[0][0], 0, MSIDE*MNOL ); in refine_globally()
230 array_set( test_coord, 0., ndim ); in refine_globally()
231 array_set( test_coord_start_refined, 0., ndim ); in refine_globally()
233 array_set( tmp_node_dof_start_refined, 0., nuknwn ); in refine_globally()
234 array_set( tmp_node_dof, 0., nuknwn ); in refine_globally()
273 array_set( sides_member, 0, MSIDE ); in refine_globally()
H A Dpoint_el.cc191 array_set( element_coord, 0., ndim ); in point_el()
211 array_set( iso_old, 0., MDIM ); in point_el()
212 array_set( iso_new, 0., MDIM ); in point_el()
217 inol = 0; array_set( element_coord, 0., ndim ); in point_el()
250 inol = 0; array_set( element_coord, 0., ndim ); in point_el()
269 inol = 0; array_set( element_coord, 0., ndim ); in point_el()
H A Dsplit.cc56 array_set( ddum, 0., MUKNWN ); in mesh_split()
60 array_set( in_geometry_list, 1, 1+max_node ); in mesh_split()
190 array_set( tmp_node, 0., ndim ); in mesh_split()
191 array_set( tmp_node_start_refined, 0., ndim ); in mesh_split()
193 array_set( tmp_node_dof_start_refined, 0., nuknwn ); in mesh_split()
194 array_set( tmp_node_dof, 0., nuknwn ); in mesh_split()
H A Dmath.cc341 array_set( b, 0., length ); in fit_polynomial()
343 array_set( f, 0, length ); in fit_polynomial()
345 array_set( p, 0, length ); in fit_polynomial()
1117 array_set( vec0, 0., MDIM ); in triangle_area()
1118 array_set( vec1, 0., MDIM ); in triangle_area()
1119 array_set( vec2, 0., MDIM ); in triangle_area()
1190 array_set(dev, 0, 9); in make_dev()
1244 array_set(*sij, 0, 9); in calc_IJlode()
1274 array_set(*sikskj,0,9); in calc_IJlode()
1283 array_set(*Sij,0,9); in calc_IJlode()
[all …]
H A Dmembrane.cc57 array_set( work, 0., MDIM ); in membrane_apply()
58 array_set( strain_correction, 0., MDIM*MDIM ); in membrane_apply()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Darray_set.hpp14 class array_set class
22 ~array_set() { delete[] m_data; } in ~array_set()
24 array_set(const array_set& a): m_data(0), m_size(0), m_capacity(0) in array_set() function in array_set
26 array_set& operator = (const array_set& a) { return assign( a ); } in operator =()
27 array_set& assign( const array_set& a ) { in assign()
72 array_set<T,Cmp>& operator += (const array_set<T,Cmp>& a) in operator +=()
74 array_set<T,Cmp>& operator += (T a) in operator +=()
76 array_set<T,Cmp>& operator -= (T a) in operator -=()
78 array_set<T,Cmp>& operator -= (const array_set<T,Cmp>& a) in operator -=()
97 void erase(const array_set<T,Cmp>& t) { in erase()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Darray-set-tests2 tests/test-array_set.c
13 TESTS += test-array_set
14 check_PROGRAMS += test-array_set
/dports/devel/m4/m4-1.4.19/checks/
H A D030.define12 define(`array_set', `define(format(``array[%d]'', `$1'), `$2')')
14 array_set(`4', `array element no. 4')
16 array_set(`17', `array element no. 17')
/dports/devel/p5-Inline-Java/Inline-Java-0.540/Java/sources/org/perl/inline/java/
H A DInlineJavaUserClassLoader.java22 private Method array_set = null ; field in InlineJavaUserClassLoader
60 array_set = find_method(c, "array_set") ; in check_link()
176 …public void array_set(Object o, int idx, Object elem) throws IllegalArgumentException, InlineJavaE… in array_set() method in InlineJavaUserClassLoader
179 invoke_via_link(array_set, new Object [] {o, new Integer(idx), elem}) ; in array_set()
/dports/devel/deforaos-libsystem/libSystem-0.3.1/tests/
H A Darray.c39 if(array_set(array, 0, &i) != 0) in _test()
45 if(array_set(array, i, &i) != 0) in _test()
/dports/irc/bip/bip-0.9.0-rc4/src/
H A Dline.c53 array_set(&nl->words, i, bip_strdup(ptr)); in irc_line_dup()
111 array_set(&line->words, 1, nick); in irc_line_to_string_to()
113 array_set(&line->words, 1, tmp); in irc_line_to_string_to()

12345678910>>...17