Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpair_gran_hooke_history_omp.cpp123 double *allshear,**firstshear; in eval() local
141 firstshear = fix_history->firstvalue; in eval()
153 allshear = firstshear[i]; in eval()
H A Dpair_gran_hertz_history_omp.cpp121 double *shear,*allshear,**firstshear; in eval() local
139 firstshear = fix_history->firstvalue; in eval()
151 allshear = firstshear[i]; in eval()
/dports/science/lammps/lammps-stable_29Sep2021/src/GRANULAR/
H A Dpair_gran_hertz_history.cpp55 double *shear,*allshear,**firstshear; in compute() local
98 firstshear = fix_history->firstvalue; in compute()
109 allshear = firstshear[i]; in compute()
H A Dpair_gran_hooke_history.cpp115 double *shear, *allshear, **firstshear; in compute() local
160 firstshear = fix_history->firstvalue; in compute()
171 allshear = firstshear[i]; in compute()