Home
last modified time | relevance | path

Searched refs:newtonflag (Results 1 – 7 of 7) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dpair_gran.h166 int add_history_value(std::string name, std::string newtonflag) in add_history_value() argument
170 history_arg.push_back(HistoryArg(name, newtonflag)); in add_history_value()
209 std::string newtonflag; member
211 HistoryArg(std::string name, std::string newtonflag) : name(name), newtonflag(newtonflag) {} in HistoryArg()
219 args[2*i+1] = (char*)history_arg[i].newtonflag.c_str(); in history_args()
H A Dcontact_interface.h191 virtual int add_history_value(std::string name, std::string newtonflag) = 0;
H A Dfix_wall_gran.h103 int add_history_value(std::string name, std::string newtonflag)
H A Drespa.cpp658 void Respa::force_clear(int newtonflag) in force_clear() argument
666 if (newtonflag) nall = atom->nlocal + atom->nghost; in force_clear()
/dports/science/lammps/lammps-stable_29Sep2021/src/GPU/
H A Dfix_gpu.cpp126 int newtonflag = 0; in FixGPU() local
146 if (strcmp(arg[iarg+1],"off") == 0) newtonflag = 0; in FixGPU()
147 else if (strcmp(arg[iarg+1],"on") == 0) newtonflag = 1; in FixGPU()
212 if (newtonflag == 1) error->all(FLERR,"Illegal package gpu command"); in FixGPU()
214 force->newton_pair = newtonflag; in FixGPU()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dkokkos.cpp225 newtonflag = 0; in KokkosLMP()
239 newtonflag = 1; in KokkosLMP()
384 if (strcmp(arg[iarg+1],"off") == 0) newtonflag = 0; in accelerator()
385 else if (strcmp(arg[iarg+1],"on") == 0) newtonflag = 1; in accelerator()
555 force->newton = force->newton_pair = force->newton_bond = newtonflag; in accelerator()
H A Dkokkos.h49 int newtonflag; variable