Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DConcentrationRegulator.cpp193 targetCount_(0), in ConcentrationRegulatorMethodTransition()
248 targetCount_ = rnd(integral(0)) ; in initialize()
273 string msg = "type "+to_string(controlType_)+" target count " + to_string(targetCount_); in initialize()
358 int nexcess = count()-targetCount_; in excess()
627 if (n==0) return count() - targetCount_; in compute_vector()
H A DConcentrationRegulator.h183 double targetCount_; variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DConcentrationRegulator.cpp193 targetCount_(0), in ConcentrationRegulatorMethodTransition()
248 targetCount_ = rnd(integral(0)) ; in initialize()
273 string msg = "type "+to_string(controlType_)+" target count " + to_string(targetCount_); in initialize()
358 int nexcess = count()-targetCount_; in excess()
627 if (n==0) return count() - targetCount_; in compute_vector()
H A DConcentrationRegulator.h183 double targetCount_; variable