Home
last modified time | relevance | path

Searched refs:t_step (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/math/R-cran-expm/expm/R/
H A Dexpm_vec.R73 t_step <- min(t_1 - t_now, t_new) functionVar
75 t_now, nstep, t_step))
87 t_step <- t_1 - t_now
103 F <- expm(sgn * t_step * H[imx,imx, drop=FALSE])
123 if (err_loc <= delta * t_step*tol) break
128 t_step <- gamma * t_step * (t_step * tol / err_loc)^xm
129 s <- 10^(floor(log10(t_step))-1)
130 t_step <- s * ceiling(t_step / s)
138 t_now <- t_now + t_step
139 t_new <- myRound(gamma * t_step * (t_step*tol/err_loc)^xm)
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dlogging_api.php287 foreach( $t_backtrace as $t_index => $t_step ) {
293 if( isset( $t_step['function'] ) ) {
295 if( $t_step['function'] == 'plugin_log_event'
307 if( isset( $t_step['class'] ) && (
308 $t_step['class'] == 'DbQuery'
309 || is_subclass_of( $t_step['class'], 'DbQuery', true )
314 if( isset( $t_step['function'] ) ) {
316 if( ( $t_step['function'] == 'db_query' || $t_step['function'] == 'db_query_bound' )
337 $t_step = reset( $t_backtrace);
339 $t_caller_file = basename( $t_step['file'] );
[all …]
/dports/science/pynn/PyNN-0.10.0/test/system/scenarios/
H A Dticket166.py13 t_step = 100.0 # ms
24 spiketimes = np.arange(2.0, t_step, t_step / 13.0)
28 t = sim.run(t_step) # both neurons depolarized by synaptic input
29 t = sim.run(t_step) # no more synaptic input, neurons decay
31 spiketimes += 2 * t_step
34 t = sim.run(t_step) # first neuron gets depolarized again
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex5/
H A Dadjoints_ex5.C127 libmesh_ignore(es, t_step, solution_type, param); in write_output()
140 << t_step; in write_output()
162 if (t_step > 0) in write_output()
167 << t_step + 1; in write_output()
488 for (unsigned int t_step=param.initial_timestep; in main()
489 t_step != param.initial_timestep + param.n_timesteps; ++t_step) in main()
493 << t_step in main()
565 for (unsigned int t_step=param.initial_timestep; in main()
566 t_step != param.initial_timestep + param.n_timesteps; ++t_step) in main()
570 << t_step in main()
[all …]
/dports/math/libmesh/libmesh-1.6.2/examples/fem_system/fem_system_ex2/
H A Dfem_system_ex2.C103 for (unsigned int t_step = 0; t_step < duration/solid_system.deltat; t_step++) in run_timestepping() local
106 Real progress = t_step * solid_system.deltat / duration; in run_timestepping()
108 systems.parameters.set<unsigned int>("step") = t_step; in run_timestepping()
112 out << "===== Time Step " << std::setw(4) << t_step; in run_timestepping()
133 if (t_step % args("output/frequency", 1) == 0) in run_timestepping()
140 << t_step in run_timestepping()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/sumopy/plugins/prt/
H A Dresults_mpl.py175 t_step = stopresults.time_step.get_value()
177 time = np.arange(n_steps, dtype=np.float32)*t_step
232 t_step = stopresults.time_step.get_value()
234 time = np.arange(n_steps, dtype=np.float32)*t_step
261 t_step = stopresults.time_step.get_value()
263 time = np.arange(n_steps, dtype=np.float32)*t_step
285 t_step = stopresults.time_step.get_value()
312 t_step = stopresults.time_step.get_value()
349 t_step = stopresults.time_step.get_value()
380 t_step = stopresults.time_step.get_value()
[all …]
/dports/math/libmesh/libmesh-1.6.2/examples/fem_system/fem_system_ex1/
H A Dfem_system_ex1.C231 for (unsigned int t_step=0; t_step != n_timesteps; ++t_step) in main() local
235 << t_step in main()
355 if ((t_step+1)%write_interval == 0) in main()
364 << t_step+1 in main()
/dports/math/lcalc/lcalc-1.23/include/
H A DLexplicit_formula.h80 Double t, t_begin, t_end, t_step, u; in test_explicit_formula() local
103 t_step = 0.02; in test_explicit_formula()
104 D = ceil(sqrt(DIGITS*log(10.0)/A)/t_step) * t_step; in test_explicit_formula()
109 for (t=t_begin;t<=t_end;t=t+t_step) in test_explicit_formula()
121 term2 = t_step*total + 2*log(Q)*sqrt(Pi/A); in test_explicit_formula()
/dports/games/sea-defender/Sea-Defender-d628051/
H A Dbackground.cpp181 float t_step = 1.0f/m_num_tex_row; in Clouds() local
183 float tex_u0 = t_step * floor(RAND_0_1 * m_num_tex_row); in Clouds()
184 float tex_v0 = t_step * floor(RAND_0_1 * m_num_tex_row); in Clouds()
185 float tex_u1 = tex_u0 + t_step; in Clouds()
186 float tex_v1 = tex_v0 + t_step * tex_y_scale; in Clouds()
268 float t_step = 1.0f / m_num_tex_row; in generate_cloud_textures() local
286 glScalef(t_step,t_step,0); in generate_cloud_textures()
/dports/math/libmesh/libmesh-1.6.2/examples/fem_system/fem_system_ex3/
H A Dfem_system_ex3.C296 for (unsigned int t_step=0; t_step != n_timesteps; ++t_step) in main() local
300 << t_step in main()
320 if ((t_step+1)%write_interval == 0) in main()
329 << t_step+1; in main()
/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Dngram_decode.c337 int t, t_step; in get_backtrellis_words() local
351 for (t_step = 0; t_step < lookup_range; t_step++) { in get_backtrellis_words()
353 t = tm - t_step; in get_backtrellis_words()
361 if (t_step == 0) continue; /* center */ in get_backtrellis_words()
363 t = tm + t_step; in get_backtrellis_words()
/dports/math/libmesh/libmesh-1.6.2/examples/transient/transient_ex1/
H A Dtransient_ex1.C193 for (unsigned int t_step = 0; t_step < 50; t_step++) in main() local
211 << t_step in main()
238 if ((t_step+1)%10 == 0) in main()
244 exo.write_timestep (exodus_filename, equation_systems, t_step+1, system.time); in main()
252 << t_step+1 in main()
/dports/math/libmesh/libmesh-1.6.2/examples/adjoints/adjoints_ex3/
H A Dadjoints_ex3.C117 std::string numbered_filename(unsigned int t_step, // The timestep count in numbered_filename() argument
132 << t_step in numbered_filename()
150 unsigned int t_step, // The timestep count in write_output() argument
166 << t_step in write_output()
187 << t_step in write_output()
204 mesh.write(numbered_filename(t_step, a_step, solution_type, "mesh", "xda", param)); in write_output()
205 es.write(numbered_filename(t_step, a_step, solution_type, "soln", "xda", param), in write_output()
212 es.write(numbered_filename(t_step, a_step, solution_type, "soln", "xdr", param), in write_output()
409 unsigned int t_step, in read_output() argument
463 for (unsigned int i = 0; i != t_step; ++i) in read_output()
[all …]
/dports/math/libmesh/libmesh-1.6.2/examples/fem_system/fem_system_ex5/
H A Dfem_system_ex5.C385 for (unsigned int t_step=0; t_step != n_timesteps; ++t_step) in main() local
389 << t_step in main()
409 if ((t_step+1)%write_interval == 0) in main()
418 << t_step+1; in main()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/archipack/
H A Darchipack_stair.py93 self.t_step = t_step
263 t = self.t_step * i
442 t0 = i * t_step
512 tb = t_step * i
526 tb = t_step * i
582 t_step = self.t_step / n_subs
632 t0 = i * t_step
634 t1 = t0 + t_step
715 self.t_step = 1
806 self.t_step = t_step
[all …]
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/phonon/
H A Dthermal_properties.py236 def set_temperature_range(self, t_min=None, t_max=None, t_step=None): argument
251 if t_step is None:
253 elif t_step > 0:
254 _t_step = t_step
273 def run(self, t_step=None, t_max=None, t_min=None, lang='C'): argument
275 if (t_step is not None or t_max is not None or t_min is not None):
280 self.set_temperature_range(t_min=t_min, t_max=t_max, t_step=t_step)
/dports/science/phonopy/phonopy-2.11.0/phonopy/phonon/
H A Dthermal_properties.py236 def set_temperature_range(self, t_min=None, t_max=None, t_step=None): argument
251 if t_step is None:
253 elif t_step > 0:
254 _t_step = t_step
273 def run(self, t_step=None, t_max=None, t_min=None, lang='C'): argument
275 if (t_step is not None or t_max is not None or t_min is not None):
280 self.set_temperature_range(t_min=t_min, t_max=t_max, t_step=t_step)
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/
H A Dbrikhead.py369 t_step = self.info.get('TAXIS_FLOATS', (0, 0,))
370 if len(t_step) > 0:
371 t_step = (t_step[1],)
372 return xyz_step + t_step
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/gruneisen/
H A Dthermal_properties.py42 t_step=2, argument
58 tp.set_temperature_range(t_min=t_min, t_max=t_max, t_step=t_step)
/dports/science/phonopy/phonopy-2.11.0/phonopy/gruneisen/
H A Dthermal_properties.py42 t_step=2, argument
58 tp.set_temperature_range(t_min=t_min, t_max=t_max, t_step=t_step)
/dports/math/libmesh/libmesh-1.6.2/examples/adaptivity/adaptivity_ex2/
H A Dadaptivity_ex2.C315 for (unsigned int t_step=init_timestep; t_step<(init_timestep+n_timesteps); t_step++) in main() local
333 << t_step in main()
427 if ((t_step+1)%output_freq == 0) in main()
435 << t_step+1; in main()
/dports/math/libmesh/libmesh-1.6.2/examples/adaptivity/adaptivity_ex5/
H A Dadaptivity_ex5.C383 for (unsigned int t_step=init_timestep; t_step<(init_timestep+n_timesteps); t_step++) in main() local
399 libMesh::out << t_step in main()
498 if ((t_step+1)%output_freq == 0) in main()
515 ExodusII_IO(mesh).write_equation_systems (exodus_filename(t_step+1), in main()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/
H A Dframework.py188 t_step = time()
192 t_step = time() - t_step
254 t_step = max(b2_epsilon, t_step)
265 self.t_steps.append(1.0 / t_step)
/dports/science/nest/nest-simulator-3.1/testsuite/pytests/
H A Dtest_current_recording_generators.py148 t_step = events_step['times']
189 t_start_ind = numpy.where(t_step == self.t_start + self.t_origin)[0][0]
190 t_stop_ind = numpy.where(t_step == self.t_stop + self.t_origin)[0][0]
191 t_next_ind = numpy.where(t_step == self.t_next)[0][0]
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/
H A Dapi_gruneisen.py156 t_step=2, argument
163 t_step=t_step,

1234567891011