Home
last modified time | relevance | path

Searched refs:Dgamma (Results 1 – 10 of 10) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChBeamSectionCosserat.cpp595 double Dgamma = 0; in ComputeStressWithReturnMapping() local
606 Dgamma_old = Dgamma; in ComputeStressWithReturnMapping()
628 double Dgamma = 0; in ComputeStressWithReturnMapping() local
639 Dgamma_old = Dgamma; in ComputeStressWithReturnMapping()
661 double Dgamma = 0; in ComputeStressWithReturnMapping() local
672 Dgamma_old = Dgamma; in ComputeStressWithReturnMapping()
694 double Dgamma = 0; in ComputeStressWithReturnMapping() local
706 Dgamma_old = Dgamma; in ComputeStressWithReturnMapping()
728 double Dgamma = 0; in ComputeStressWithReturnMapping() local
740 Dgamma_old = Dgamma; in ComputeStressWithReturnMapping()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/
H A DPolyCrystals_DD_CC.mfront192 real Dgamma =0. ;
194 Dgamma = 1. / ( inv_gammap + inv_gamman ) ;
197 depsg[k] += Dgamma * mu_ki ;
209 domega[Nss*k+s]= abs( Dgamma ) * Hs ;
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/
H A DBerveillerZaouiPolyCrystal_DD_CC.mfront203 real Dgamma =0. ;
205 Dgamma = 1. / ( inv_gammap + inv_gamman ) ;
208 depsg[k] += Dgamma * mu_ki ;
220 domega[Nss*k+s]= abs( Dgamma ) * Hs ;
H A DPolyCrystals_DD_CC.mfront200 real Dgamma =0. ;
202 Dgamma = 1. / ( inv_gammap + inv_gamman ) ;
205 depsg[k] += Dgamma * mu_ki ;
217 domega[Nss*k+s]= abs( Dgamma ) * Hs ;
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dheat_geodesics.cpp146 DerivedD Dgamma; in heat_geodesics_solve() local
147 igl::slice(D,gamma,Dgamma); in heat_geodesics_solve()
148 D.array() -= Dgamma.mean(); in heat_geodesics_solve()
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Drrw.c60 lnP += log(Dgamma(tree->mmod->sigsq_scale[i], in RRW_Prior_Sigsq_Scale()
H A Drates.c281 …log_dens = Dgamma(mu0,tree->rates->nu,1./tree->rates->nu) * Dgamma(mu1,tree->rates->nu,1./tree->ra… in RATES_Update_Triplet()
412 v0 = 1.0*Dgamma(mu1,alpha,beta)/dmu1; in RATES_Compound_Core_Marginal()
430 Dgamma(mu1,alpha,beta) * Dgamma(mu2,alpha,beta); in RATES_Compound_Core_Marginal()
438 v2 += Dpois(0,lexp*dt1,NO)*Dgamma(mu1,alpha,beta)*RATES_Dmu(mu2,-1,dt2,alpha,beta,lexp,1,0); in RATES_Compound_Core_Marginal()
439 v2 += Dpois(0,lexp*dt2,NO)*Dgamma(mu2,alpha,beta)*RATES_Dmu(mu1,-1,dt1,alpha,beta,lexp,1,0); in RATES_Compound_Core_Marginal()
492 if(FABS(mu1-mu2) < eps) { density = Dgamma(mu1,alpha,beta); } in RATES_Compound_Core_Joint()
498 Dgamma(mu1,alpha,beta) * in RATES_Compound_Core_Joint()
504 Dgamma(mu2,alpha,beta) * in RATES_Compound_Core_Joint()
1194 … ((dt1/(dt1+dt2)) * RATES_Dmu1_Given_V_And_N(mu1,mu2,1,dt1,alpha,beta) * Dgamma(mu2,alpha,beta)) + in RATES_Dmu1_And_Mu2_One_Jump_Two_Intervals()
1195 ((dt2/(dt1+dt2)) * RATES_Dmu1_Given_V_And_N(mu2,mu1,1,dt2,alpha,beta) * Dgamma(mu1,alpha,beta)); in RATES_Dmu1_And_Mu2_One_Jump_Two_Intervals()
H A Dstats.h50 phydbl Dgamma(phydbl x, phydbl shape, phydbl scale);
H A Dstats.c1207 return(Dgamma(x,shape,scale)); in Dgamma_Moments()
1213 phydbl Dgamma(phydbl x, phydbl shape, phydbl scale) in Dgamma() function
H A Dmcmc.c6440 *loghr = -log(r) + log(Dgamma(1./r,1./tune,tune)/Dgamma(r,1./tune,tune)); in MCMC_Make_Move()