Home
last modified time | relevance | path

Searched refs:Btarget (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dfix_hyper_local.rst11 fix ID group-ID hyper/local cutbond qfactor Vmax Tequil Dcut alpha Btarget
21 * Btarget = desired time boost factor (unitless)
146 we want this to be the specified *Btarget* value everywhere in the
159 for the overall system is effectively *Btarget*\ .
173 The *Dcut*, *alpha*, and *Btarget* parameters are unique to LHD.
225 the *Btarget* argument below.
232 simultaneously biased, which may mean the specified *Btarget* time
269 The *Btarget* argument is the desired time boost factor (a value > 1)
282 You cannot choose an arbitrarily large setting for *Btarget*\ . The
294 Note that if *Btarget* is set smaller than this, the LHD simulation
[all …]
/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DcheckInvalidValue.cpp34 #define Btarget "\e[1m" macro
/dports/japanese/vftool/vftool-1.2/
H A DREADME15 Makefile$BCf$NJQ?t$r0J2<$N$h$&$K@_Dj$9$k!#(B()$BFb$N$b$N$r(Bmake$B$N(Btarget$B$H$7$F(B
35 PK (tjsypk $B$3$N(Btarget$B$K$D$$$F$O0J2<$N@bL@$r;2>H(B)
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/interface/
H A Ddt.c2127 PetscReal xmin,xmax,center,hscale,*sourcey,*targety,*Bsource,*Bsinv,*Btarget; in PetscDTReconstructPoly() local
2149 …ource,&tau,nsource*(degree+1),&Bsinv,ntarget+1,&targety,ntarget*(degree+1),&Btarget);CHKERRQ(ierr); in PetscDTReconstructPoly()
2155 …ierr = PetscDTLegendreIntegrate(ntarget,targety,degree+1,bdegrees,PETSC_FALSE,Btarget);CHKERRQ(ier… in PetscDTReconstructPoly()
2161 sum += Btarget[i*(degree+1)+k] * Bsinv[k*nsource+j]; in PetscDTReconstructPoly()
2169 ierr = PetscFree4(tau,Bsinv,targety,Btarget);CHKERRQ(ierr); in PetscDTReconstructPoly()