Home
last modified time | relevance | path

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

/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_ts_contour_eq.f90154 nullify(Eq_io,Eq_c)
162 Eq_c(i)%c_io => Eq_io(i)
375 allocate(Eq_c(i)%c(Eq_c(i)%c_io%N))
376 Eq_c(i)%c = 0._dp
377 allocate(Eq_c(i)%w(k,Eq_c(i)%c_io%N))
378 Eq_c(i)%w = 0._dp
473 Eq_c(sq_prev), Eq_c(sq_next))
486 call contour_poles(Eq_c(idx),Eq_c(idx)%c_io%d,mu%kT)
540 a = Eq_c(idx)%c_io%a
541 b = Eq_c(idx)%c_io%b
[all …]
H A Dts_dq.F90226 use m_ts_contour_eq, only : Eq_E, c2energy, get_c_io_index, Eq_c, Eq_linear_index
251 do ie = 1, size(Eq_c(idx)%c)
252 if ( abs(real(Eq_c(idx)%c(ie), dp) - mus(imu)%mu) < TOLERANCE_E ) N = N + 1
263 do ie = 1, Eq_c(idx)%c_io%N
264 if ( abs(real(Eq_c(idx)%c(ie), dp) - mus(imu)%mu) < TOLERANCE_E ) then
267 E(N) = abs(aimag(Eq_c(idx)%c(ie)) - TS_DQ_FERMI_ETA)
H A Dm_ts_options.F90728 use m_ts_contour_eq, only: N_Eq, Eq_c
783 if ( leqi(Eq_c(i)%c_io%part,'cont-frac') ) then
/dports/science/chrono/chrono-7.0.1/src/chrono/solver/
H A DChConstraintThreeGeneric.cpp36 Eq_c = other.Eq_c; in ChConstraintThreeGeneric()
51 Eq_c = other.Eq_c; in operator =()
83 Eq_c.resize(variables_c->Get_ndof()); in SetVariables()
98 variables_c->Compute_invMb_v(Eq_c, Cq_c.transpose()); in Update_auxiliary()
111 g_i += Cq_c * Eq_c; in Update_auxiliary()
147 variables_c->Get_qb() += Eq_c * deltal; in Increment_q()
H A DChConstraintThreeBBShaft.cpp35 Eq_c = other.Eq_c; in ChConstraintThreeBBShaft()
50 Eq_c = other.Eq_c; in operator =()
90 variables_c->Compute_invMb_v(Eq_c, Cq_c.transpose()); in Update_auxiliary()
102 g_i += Cq_c * Eq_c; in Update_auxiliary()
138 variables_c->Get_qb()(0) += Eq_c(0) * deltal; in Increment_q()
H A DChConstraintThreeBBShaft.h35 ChVectorN<double, 1> Eq_c; ///< The [Eq_c] product [Eq_c]=[invM_c]*[Cq_c]' variable
67 virtual ChVectorRef Get_Eq_c() override { return Eq_c; } in Get_Eq_c()
H A DChConstraintThreeGeneric.h44 ChVectorDynamic<double> Eq_c; ///< The [Eq_a] product [Eq_c]=[invM_b]*[Cq_c]' variable
76 virtual ChVectorRef Get_Eq_c() override { return Eq_c; } in Get_Eq_c()