Home
last modified time | relevance | path

Searched refs:dt_ (Results 101 – 125 of 208) sorted by relevance

123456789

/dports/finance/quantlib/QuantLib-1.20/ql/methods/finitedifferences/schemes/
H A Ddouglasscheme.hpp53 Time dt_; member in QuantLib::DouglasScheme
H A Dexpliciteulerscheme.hpp56 Time dt_; member in QuantLib::ExplicitEulerScheme
H A Dhundsdorferscheme.hpp56 Time dt_; member in QuantLib::HundsdorferScheme
H A Dmodifiedcraigsneydscheme.hpp58 Time dt_; member in QuantLib::ModifiedCraigSneydScheme
H A Dcraigsneydscheme.hpp53 Time dt_; member in QuantLib::CraigSneydScheme
H A Dmethodoflinesscheme.hpp56 Time dt_; member in QuantLib::MethodOfLinesScheme
H A Dcranknicolsonscheme.hpp60 Real dt_; member in QuantLib::CrankNicolsonScheme
H A Dimpliciteulerscheme.hpp63 Time dt_; member in QuantLib::ImplicitEulerScheme
/dports/science/gromacs/gromacs-2021.4/src/gromacs/correlationfunctions/tests/
H A Dcorrelationdataset.cpp60 dt_ = tempValues_[0][1] - tempValues_[0][0]; in CorrelationDataSet()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A Dpredator_prey.hpp25 Real dt_; member in Dakota::PredatorPreyModel
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridoperator/default/
H A Dlocalassembler.hh169 void preStep (Real time_, Real dt_, std::size_t stages_){ lop_.preStep(time_,dt_,stages_); } in preStep() argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PinT/tanks/
H A DTanks_DynamicConstraint.hpp91 Real dt_; // Time step size member in Tanks::DynamicConstraint
127 dt_( T_/Nt_ ), in DynamicConstraint()
131 beta_( dt_/A_ ), in DynamicConstraint()
/dports/math/fxt/fxt/demo/comb/
H A Dbinary-sl-gray-demo.cc75 cout << " " << M.tr_ << " " << (M.dt_ == 1 ? '+' : '-'); in main()
/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/evolvers/volprocesses/
H A Dsquarerootandersen.hpp70 std::vector<Real> dt_; // time step lengths member in QuantLib::SquareRootAndersen
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridoperator/fastdg/
H A Dlocalassembler.hh180 void preStep (Real time_, Real dt_, std::size_t stages_){ lop->preStep(time_,dt_,stages_); } in preStep() argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Drs5c313.c179 dt->dt_ ## x = tens * 10 + ones; \ in rs5c313_todr_gettime_ymdhms()
232 t = bintobcd(dt->dt_ ## y) & 0xff; \ in rs5c313_todr_settime_ymdhms()
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dfix_lb_fluid.rst205 timestep, :math:`dt_{LB}`, grid spacing, :math:`dx_{LB}`, and mass unit,
206 :math:`dm_{LB}`. :math:`dt_{LB}` is set equal to
207 :math:`\mathrm{nevery}\cdot dt_{MD}`, where :math:`dt_{MD}` is the MD timestep.
264 :math:`\frac{1}{3}\left(\frac{dx_{LB}}{dt_{LB}}\right)^2`.
265 Setting :math:`a0 > (\frac{dx_{LB}}{dt_{LB}})^2` is not allowed,
381 *dx* is chosen such that :math:`\frac{\tau}{dt_{LB}} =
382 \frac{3\eta dt_{LB}}{\rho dx_{LB}^2}` is approximately equal to 1.
384 *a0* is set equal to :math:`\frac{1}{3}\left(\frac{dx_{LB}}{dt_{LB}}\right)^2`.
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/tempus/
H A Dexample_parabolic_modeleval.hpp872 Real dt_; member in Objective_ParabolicControl
956 dt_ = T/(static_cast<Real>(nt)-one); in Objective_ParabolicControl()
988 return half * dt_ * (theta_*uoval + (one-theta_)*unval + alpha_ * zval); in value()
1010 g.scale(theta_*dt_); in gradient_uo()
1033 g.scale((one-theta_)*dt_); in gradient_un()
1044 g.scale(dt_*alpha_); in gradient_z()
1056 hv.scale(theta_*dt_); in hessVec_uo_uo()
1096 hv.scale((one-theta_)*dt_); in hessVec_un_un()
1135 hv.scale(dt_*alpha_); in hessVec_z_z()
/dports/math/mfem/mfem-4.3/examples/
H A Dex9.cpp91 void SetTimeStep(double dt_) in SetTimeStep() argument
93 if (dt_ != dt) in SetTimeStep()
95 dt = dt_; in SetTimeStep()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DImplicitSolveOperator.h117 double dt_; variable
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridoperator/
H A Donestep.hh245 void preStep (const TimeSteppingParameterInterface<Real>& method_, Real time_, Real dt_) in preStep() argument
248 local_assembler.preStep(time_,dt_,method_.s()); in preStep()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_symbolic_edge_linker_params.h93 double nrad_, gap_, dx_, dt_;
/dports/math/mfem/mfem-4.3/examples/sundials/
H A Dex9.cpp89 void SetTimeStep(double dt_) in SetTimeStep() argument
91 if (dt_ != dt) in SetTimeStep()
93 dt = dt_; in SetTimeStep()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DImplicitSolveOperator.h46 double dt_; // timestep variable
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/fx/
H A Dblackdeltacalculator.hpp75 DeltaVolQuote::DeltaType dt_; member in QuantLib::BlackDeltaCalculator

123456789