Home
last modified time | relevance | path

Searched defs:invH0 (Results 1 – 2 of 2) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_npt_cauchy.h157 double invH0[3][3]; // inverse of H0; variable
H A Dfix_npt_cauchy.cpp2487 #define invH0(row,col) (invH0[(row-1)][(col-1)]) in CauchyStat_init() macro
2524 #define invH0(row,col) (invH0[(row-1)][(col-1)]) in CauchyStat() macro