Home
last modified time | relevance | path

Searched refs:coeffStc (Results 1 – 3 of 3) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dnormal_model_hooke.h73 coeffStc(NULL),
168 registry.connect("coeffStc", coeffStc,"model hooke viscous");
264 coeffRestLogChosen=log(coeffRestMax[itype][jtype])+coeffStc[itype][jtype]/stokes;
454 double ** coeffStc;
H A Dnormal_model_hooke_hysteresis.h128 double ** & coeffStc = NormalModel<HOOKE>::coeffStc;
132 coeffRestLogChosen=log(coeffRestMax[itype][jtype])+coeffStc[itype][jtype]/stokes;
H A Dglobal_properties.cpp633 …FixPropertyGlobal * coeffStc = registry.getGlobalProperty(CRITITCAL_STOKES,"property/global","pera… in createCoeffStc() local
639 const double stc= coeffStc->compute_array(i-1,j-1); in createCoeffStc()