Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump_image.h76 double bdiamvalue; // bond diameter value
H A Ddump_image.cpp141 bdiamvalue = 0.5; in DumpImage()
185 bdiamvalue = force->numeric(FLERR,arg[iarg+2]); in DumpImage()
186 if (bdiamvalue <= 0.0) error->all(FLERR,"Illegal dump image command"); in DumpImage()
792 diameter = bdiamvalue; in create_image()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Ddump_image.h59 double bdiamvalue; // bond diameter value variable
H A Ddump_image.cpp127 bdiamvalue = 0.5; in DumpImage()
172 bdiamvalue = utils::numeric(FLERR,arg[iarg+2],false,lmp); in DumpImage()
173 if (bdiamvalue <= 0.0) error->all(FLERR,"Illegal dump image command"); in DumpImage()
958 diameter = bdiamvalue; in create_image()