Home
last modified time | relevance | path

Searched refs:Rmax (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/science/py-gpaw/gpaw-21.6.0/gpaw/analyse/
H A Dexpandyl.py26 def __init__(self, center, gd, Rmax=None, dR=None): argument
35 if not Rmax:
36 Rmax = 0
40 Rmax = max(Rmax,
43 Rmax /= Bohr
44 self.Rmax = Rmax
57 Rmax = self.Rmax
69 V_R = np.empty((int(Rmax / dR + 1),))
70 R_R = np.empty((int(Rmax / dR + 1),))
76 ball_g = np.where(r_g < Rmax, 1, 0)
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESGeom/
H A DIGESGeom_ConicArc.cxx175 Standard_Real& Rmin, Standard_Real& Rmax) const in Definition()
185 Standard_Real& Rmin, Standard_Real& Rmax) const in TransformedDefinition()
188 Definition (Center,MainAxis,Rmin,Rmax); in TransformedDefinition()
217 Rmin = Rmax = -1.; // rayons : yena pas in ComputedDefinition()
224 Rmin = Rmax = Abs(focal); in ComputedDefinition()
243 Rmin = Rmax = Abs(fc)/sqrt(a*a+b*b)/2.; in ComputedDefinition()
288 Rmax = sqrt ( term2); in ComputedDefinition()
289 if(Rmax<Rmin){ //skl 28.12.2001 in ComputedDefinition()
290 Rmax = sqrt ( term1); in ComputedDefinition()
298 Rmax = sqrt (term2); in ComputedDefinition()
[all …]
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/src/
H A DAdaptiveRKStepper.cc13 Rmax(5.0), in AdaptiveRKStepper()
25 Rmax(right.Rmax), in AdaptiveRKStepper()
42 const double deltaMax = T*std::pow(S/Rmax, (int)(p+1)); // Maximum error 4 adjustment. in step()
83 hnext = Rmax*h; in step()
136 return Rmax; in rmax()
139 return Rmax; in rmax()
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dmedian.c54 int Rmin, Rmax; member
154 Rmax = boxp->Rmax; in update_box_rgb()
160 if (Rmax > Rmin) in update_box_rgb()
161 for (R = Rmin; R <= Rmax; R++) in update_box_rgb()
171 if (Rmax > Rmin) in update_box_rgb()
177 boxp->Rmax = Rmax = R; in update_box_rgb()
235 dist0 = Rmax - Rmin; in update_box_rgb()
273 b2->Rmax = b1->Rmax; in median_cut_rgb()
283 R = b1->Rmax - b1->Rmin; in median_cut_rgb()
306 b1->Rmax = lb; in median_cut_rgb()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dmedian.c53 int Rmin, Rmax; member
141 Rmax = boxp->Rmax; in update_box_rgb()
147 if (Rmax > Rmin) in update_box_rgb()
158 if (Rmax > Rmin) in update_box_rgb()
164 boxp->Rmax = Rmax = R; in update_box_rgb()
222 dist0 = Rmax - Rmin; in update_box_rgb()
258 b2->Rmax = b1->Rmax; in median_cut_rgb()
268 R = b1->Rmax - b1->Rmin; in median_cut_rgb()
291 b1->Rmax = lb; in median_cut_rgb()
320 int Rmin, Rmax; in compute_color_rgb() local
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DSplineFunctors.h51 real_type Rmax; member
60 …: OptimizableFunctorBase(old), NumGridPoints(old.NumGridPoints), Rmax(old.Rmax), GridDelta(old.Gri… in CubicSplineSingle()
65 initialize(old.InFunc->makeClone(), old.Rmax, old.NumGridPoints); in CubicSplineSingle()
191 Rmax = rmax; in initialize()
193 GridDelta = Rmax / static_cast<real_type>(NumGridPoints - 1); in initialize()
207 OutFunc.Init(0.0, Rmax, datain, true, InFunc->df(0.0), 0.0); in reset()
230 real_type Rmax; member
258 OutFunc->Init(0.0, Rmax, datain, true, InFunc->df(0.0), 0.0); in reset()
295 Rmax = agrid->rmax(); in initialize()
297 GridDelta = Rmax / static_cast<real_type>(NumGridPoints - 1); in initialize()
/dports/graphics/grafx2/grafx2/src/
H A Dcolorred.c54 byte Rmax, byte Gmax, byte Bmax, byte index) in CT_set() argument
63 node->Rmax = Rmax; in CT_set()
90 && child0->Rmax >= node->Rmax in CT_set()
128 && child0->Rmax >= r in CT_get()
H A Dop_c.c503 c2->Rmin=r+1; c2->Rmax=c->Rmax; in Cluster_split_volume()
513 c1->Rmin=c->Rmin; c1->Rmax=c->Rmax; in Cluster_split_volume()
520 c2->Rmin=c->Rmin; c2->Rmax=c->Rmax; in Cluster_split_volume()
530 c1->Rmin=c->Rmin; c1->Rmax=c->Rmax; in Cluster_split_volume()
537 c2->Rmin=c->Rmin; c2->Rmax=c->Rmax; in Cluster_split_volume()
593 c2->Rmin=r; c2->Rmax=c->Rmax; in Cluster_split()
625 c1->Rmin=c->Rmin; c1->Rmax=c->Rmax; in Cluster_split()
632 c2->Rmin=c->Rmin; c2->Rmax=c->Rmax; in Cluster_split()
663 c1->Rmin=c->Rmin; c1->Rmax=c->Rmax; in Cluster_split()
670 c2->Rmin=c->Rmin; c2->Rmax=c->Rmax; in Cluster_split()
[all …]
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_quantize.c106 int Rmin, Rmax; member
233 Rmax = boxp->Rmax; in update_box_rgb()
239 if (Rmax > Rmin) in update_box_rgb()
252 if (Rmax > Rmin) in update_box_rgb()
260 boxp->Rmax = Rmax = R; in update_box_rgb()
326 dist0 = Rmax - Rmin; in update_box_rgb()
368 b2->Rmax = b1->Rmax; in median_cut_rgb()
378 R = b1->Rmax - b1->Rmin; in median_cut_rgb()
404 b1->Rmax = lb; in median_cut_rgb()
436 int Rmin, Rmax; in compute_color_rgb() local
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A DMetricKuate.cpp66 R Rmin = inf, Rmax = 0.; in metrique() local
71 Rmax = Max(Rmax, Point[i].norme( )); in metrique()
136 R epsilonmax = r0 * (1. - r0 / Rmax) / 20.; in metrique()
166 if (abs(Rmin - Rmax) > 1e-5) { in metrique()
230 bmax = Min(bb2, pow(Rmax / pow((r0), 2), 2)); in metrique()
232 bmin = Max(1. / (Rmax * Rmax), bb1); // minoration de b in metrique()
240 R Li = X0 * Xi * (pow(Rmax / pow(r0 - epsilon0min, 2), 2) - 1. / pow(Rmax, 2)) + in metrique()
269 Li = X0 * Xi * (-pow(Rmax / pow(r0 - epsilon0min, 2), 2) + 1. / pow(Rmax, 2)) + in metrique()
302 ((Xi * Yi * R0 * R0 - X0 * Y0 * Ri * Ri) / detXY + Xi * X0 / (Rmax * Rmax)) / (Yi * Y0); in metrique()
320 R Hi = (Xi * X0 * Rmax * Rmax / pow((r0 - epsilon0min), 4) + in metrique()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/test_external/vexcl/
H A Dlorenz.cpp66 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
93 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
121 double Rmin = 0.1 , Rmax = 50.0 , dR = ( Rmax - Rmin ) / double( n - 1 ); in BOOST_AUTO_TEST_CASE() local
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqmmm_elpot.F79 REAL(KIND=dp) :: A, G, rc, Rmax, Rmin, t, t1, t2, x local
88 Rmax = SQRT(mm_cell%hmat(1, 1)**2 + &
226 Rmax=Rmax, Rmin=Rmin, dx=dx, Rc=rc, npts=np, &
247 SUBROUTINE qmmm_pot_type_create(Pot, pot0_2, Rmax, Rmin, dx, npts, rc, & argument
251 REAL(KIND=dp), INTENT(IN) :: Rmax, Rmin, dx local
258 Pot%Rmax = Rmax
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqmmm_elpot.F79 REAL(KIND=dp) :: A, G, rc, Rmax, Rmin, t, t1, t2, x local
88 Rmax = SQRT(mm_cell%hmat(1, 1)**2 + &
226 Rmax=Rmax, Rmin=Rmin, dx=dx, Rc=rc, npts=np, &
247 SUBROUTINE qmmm_pot_type_create(Pot, pot0_2, Rmax, Rmin, dx, npts, rc, & argument
251 REAL(KIND=dp), INTENT(IN) :: Rmax, Rmin, dx local
258 Pot%Rmax = Rmax
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/examples/kinetics/
H A Dmechanism_reduction.py34 Rmax = np.zeros(gas.n_reactions) variable
41 Rmax = np.maximum(Rmax, rnet) variable
46 R = sorted(zip(Rmax, gas.reactions()), key=lambda x: -x[0])
/dports/science/helfem/HelFEM-21461e9/libhelfem/src/
H A DRadialBasis.cpp158 double Rmax(bval(iel + 1)); in radial_integral() local
166 double Rmax(bval(iel + 1)); in bessel_il_integral() local
174 double Rmax(bval(iel + 1)); in bessel_kl_integral() local
315 double Rmax(bval(iel + 1)); in model_potential() local
318 return quadrature::model_potential_integral(Rmin, Rmax, model, xq, wq, in model_potential()
335 double Rmax(bval(iel + 1)); in twoe_integral() local
339 arma::mat tei(quadrature::twoe_integral(Rmin, Rmax, xq, wq, p, L)); in twoe_integral()
347 double Rmax(bval(iel + 1)); in yukawa_integral() local
351 arma::mat tei(quadrature::yukawa_integral(Rmin, Rmax, xq, wq, p, L, lambda)); in yukawa_integral()
418 double Rmax(bval(iel + 1)); in spherical_potential() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StepSelect/
H A DStepSelect_Activator.cxx116 Standard_Real Rmin=0., Rmax=0.; in Do() local
119 Rmax = Atof(pilot->Word(5).ToCString()); in Do()
120 …if (Rmin <= 0 || Rmax <= 0) { std::cout<<"intervalle : donner reels > 0"<<std::endl; return IFSele… in Do()
128 else if (argc >= 6) fm->SetFormatForRange(pilot->Word(3).ToCString(),Rmin,Rmax); in Do()

12345678910>>...12