Home
last modified time | relevance | path

Searched refs:_weighting_factor (Results 1 – 5 of 5) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcustom_value_tracker.cpp130 void CustomValueTracker::setWeightingFactor(double _weighting_factor) in setWeightingFactor() argument
136 iElem->setWeightingFactor(_weighting_factor); in setWeightingFactor()
140 iElem->setWeightingFactor(5*_weighting_factor); in setWeightingFactor()
H A Dcustom_value_tracker_I.h61 const double _weighting_factor, in addElementProperty() argument
100 … cb_average->setContainerStatistics(_weighting_factor, cb_new, _scale, _scaleAvg, _enable_favre); in addElementProperty()
109 ….c_str(),_comm,_ref,_restart,_scalePower)->setContainerStatistics(5*_weighting_factor, cb_average,… in addElementProperty()
114 ….c_str(),_comm,_ref,_restart,_scalePower)->setContainerStatistics(5*_weighting_factor, cb_average,… in addElementProperty()
122 …re.c_str(),_comm,_ref,_restart,_scalePower)->setContainerStatistics(_weighting_factor, cb_new, _sc… in addElementProperty()
H A Dcontainer_base.cpp195 …void ContainerBase::setContainerStatistics(const double _weighting_factor, class ContainerBase * c… in setContainerStatistics() argument
198 weighting_factor_ = _weighting_factor; in setContainerStatistics()
H A Dcustom_value_tracker.h78 const double _weighting_factor = 1,
147 void setWeightingFactor(double _weighting_factor);
H A Dcontainer_base.h139 …void setContainerStatistics(const double _weighting_factor, class ContainerBase *_cb_stat, class C…