Home
last modified time | relevance | path

Searched refs:time_steps (Results 1 – 25 of 99) sorted by relevance

1234

/dports/science/octopus/octopus-10.5/src/utils/
H A Doscillator_strength.F9073 do j = 0, time_steps
81 do j = 0, time_steps
108 do j = 0, time_steps
118 do j = 0, time_steps
760 do i = 0, time_steps
840 do i = 0, time_steps
845 do i = 0, time_steps
912 do i = 0, time_steps
993 time_steps = 0
996 time_steps = time_steps + 1
[all …]
H A Dspin_susceptibility.F9043 integer :: time_steps, energy_steps, istart, iend, ntiter, iq variable
81 call spectrum_count_time_steps(global_namespace, in_file, time_steps, dt)
83 time_steps = time_steps + 1
86 SAFE_ALLOCATE(m_cart(1:time_steps, 1:num_col_cart))
90 do ii = 1, time_steps
100 SAFE_ALLOCATE(magnetization(1:time_steps, 1:num_col, 1:kick%nqvec))
156 write(message(1), '(a, i7, a)') "Info: Read ", time_steps, " steps from file '"// &
169 do kk = 1, time_steps
176 call spectrum_fix_time_limits(spectrum, time_steps, dt, istart, iend, ntiter)
H A Ddielectric_function.F9041 integer :: time_steps, time_steps_ref, energy_steps, istart, iend, ntiter variable
109 call spectrum_count_time_steps(global_namespace, in_file, time_steps, dt)
134 if(time_steps_ref < time_steps) then
146 time_steps = time_steps + 1
148 SAFE_ALLOCATE(vecpot(1:time_steps, space%dim*3))
152 do ii = 1, time_steps
167 do ii = 1, time_steps
174 write(message(1), '(a, i7, a)') "Info: Read ", time_steps, " steps from file '"// &
180 call spectrum_fix_time_limits(spectrum, time_steps, dt, istart, iend, ntiter)
H A Dconvert.F90491 time_steps = (c_end - c_start) / c_step
492 dw = M_TWO * M_PI / (dt * time_steps)
532 SAFE_ALLOCATE(read_ft(0:time_steps))
538 nn(1) = time_steps + 1
541 SAFE_ALLOCATE(out_fft(0:time_steps))
555 fdefault = M_TWO * M_PI / (dt * time_steps)
565 SAFE_ALLOCATE(tdrho_a(0:time_steps, 1, 1))
566 SAFE_ALLOCATE(wdrho_a(0:time_steps, 1, 1))
622 SAFE_ALLOCATE(point_tmp(1:chunk_size, 0:time_steps))
674 point_tmp(read_count, 0:time_steps) = AIMAG(out_fft(0:time_steps)) * dt
[all …]
/dports/science/octopus/octopus-10.5/src/td/
H A Dspectrum.F90826 do it = 0, time_steps
1781 ddipole(1,time_steps - 3:time_steps - 1), &
1785 ddipole(2,time_steps - 3:time_steps - 1), &
1789 ddipole(3,time_steps - 3:time_steps - 1), &
1888 ddipole(time_steps - 3:time_steps - 1), &
2290 time_steps = 0
2295 time_steps = time_steps + 1
2301 time_steps = time_steps - 1
2378 time_steps = 0
2381 time_steps = time_steps + 1
[all …]
/dports/graphics/embree/embree-3.13.2/kernels/geometry/
H A Dgrid_soa.cpp10 GridSOA::GridSOA(const SubdivPatch1Base* patches, unsigned time_steps, in GridSOA() argument
14 time_steps(time_steps), width(x1-x0+1), height(y1-y0+1), dim_offset(width*height), in GridSOA()
28 for (size_t t=0; t<time_steps; t++) in GridSOA()
57 if (time_steps == 1) in GridSOA()
63 troot = buildMSMBlurBVH(make_range(0,int(time_steps-1)),gbounds).first; in GridSOA()
66 for (size_t i=0; i<time_steps; i++) in GridSOA()
176 const BBox1f time_range(float(time+0)/float(time_steps-1), in buildMBlurBVH()
177 float(time+1)/float(time_steps-1)); in buildMBlurBVH()
215 const float t0 = float(begin)/float(time_steps-1); in buildMSMBlurBVH()
216 const float t1 = float(end )/float(time_steps-1); in buildMSMBlurBVH()
[all …]
H A Dgrid_soa.h22 GridSOA(const SubdivPatch1Base* patches, const unsigned time_steps,
28 static GridSOA* create(const SubdivPatch1Base* patches, const unsigned time_steps,
36 if (time_steps == 1)
39 bvhBytes = (time_steps-1)*getBVHBytes(range,sizeof(BVH4::AABBNodeMB),0);
40 … bvhBytes += getTemporalBVHBytes(make_range(0,int(time_steps-1)),sizeof(BVH4::AABBNodeMB4D));
43 size_t rootBytes = time_steps*sizeof(BVH4::NodeRef);
47 void* data = alloc(offsetof(GridSOA,data)+bvhBytes+time_steps*gridBytes+rootBytes);
49 …return new (data) GridSOA(patches,time_steps,x0,x1,y0,y1,patches->grid_u_res,patches->grid_v_res,s…
54 static GridSOA* create(const SubdivPatch1Base* const patches, const unsigned time_steps,
57 …return create(patches,time_steps,0,patches->grid_u_res-1,0,patches->grid_v_res-1,scene,alloc,bound…
[all …]
/dports/devel/pecl-ev/ev-1.1.5/tests/
H A Dbug33.phpt6 $time_steps = 10;
9 $reschedule_cb = function ($watcher, $now) use ($time_delta, $time_steps) {
12 if (++$counter > $time_steps) {
30 $time_estimated = $time_delta * $time_steps;
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/utilities/replay/
H A Dreplay.cpp141 std::vector<std::string> time_steps; in main() local
145 time_steps.push_back(options.m_root_file); in main()
154 time_steps.push_back(line); in main()
187 for(int i = 0; i < time_steps.size(); ++i) in main()
189 replay_opts["root_file"] = time_steps[i]; in main()
192 std::cout<<"Root file "<<time_steps[i]<<"\n"; in main()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_paramedmem_remapper.cxx123 cs_real_t *time_steps; member
327 r->time_steps = NULL; in _cs_paramedmem_overlap_create()
444 BFT_MALLOC(r->time_steps, r->ntsteps, cs_real_t); in _cs_paramedmem_load_paramesh()
454 r->time_steps[i] = fts->getTimeStep(it,ord)->getTime(it,ord); in _cs_paramedmem_load_paramesh()
475 BFT_FREE(r->time_steps); in _cs_paramedmem_remapper_destroy()
739 if ((time_choice == 0 && tval < r->time_steps[0]) || in cs_paramedmem_remap_field()
752 else if ( (time_choice == 0 && tval > r->time_steps[r->ntsteps-1]) in cs_paramedmem_remap_field()
766 if (tval > r->time_steps[i] && tval < r->time_steps[i+1]) { in cs_paramedmem_remap_field()
773 cs_real_t t1 = r->time_steps[id1]; in cs_paramedmem_remap_field()
774 cs_real_t t2 = r->time_steps[id2]; in cs_paramedmem_remap_field()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/tddft/
H A Dspectrum.py427 time_steps = []
434 time_steps.append(np.around(time_t[1:] - time_t[:-1], 6))
456 time_steps = np.unique(time_steps)
457 time_steps = time_steps[time_steps != 0]
460 steps_str = ', '.join(f'{val:.4f}' for val in time_steps * au_to_as)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dinternal_pack_11.f9011 integer :: time_steps variable
15 call foo (ot(0:time_steps)) ! Was an unnecessary temporary

1234