Home
last modified time | relevance | path

Searched refs:CreateAtoms (Results 1 – 6 of 6) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcreate_atoms.h54 CommandStyle(create_atoms,CreateAtoms)
65 class CreateAtoms : protected Pointers {
67 CreateAtoms(class LAMMPS *);
H A Dcreate_atoms.cpp79 CreateAtoms::CreateAtoms(LAMMPS *lmp) : in CreateAtoms() function in CreateAtoms
86 void CreateAtoms::command(int narg, char **arg) in command()
338 void CreateAtoms::add_single() in add_single()
378 void CreateAtoms::add_random() in add_random()
477 void CreateAtoms::add_lattice() in add_lattice()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcreate_atoms.h16 CommandStyle(create_atoms,CreateAtoms);
27 class CreateAtoms : public Command {
29 CreateAtoms(class LAMMPS *);
H A Dcreate_atoms.cpp56 CreateAtoms::CreateAtoms(LAMMPS *lmp) : Command(lmp), basistype(nullptr) {} in CreateAtoms() function in CreateAtoms
60 void CreateAtoms::command(int narg, char **arg) in command()
605 void CreateAtoms::add_single() in add_single()
649 void CreateAtoms::add_random() in add_random()
741 void CreateAtoms::add_lattice() in add_lattice()
877 void CreateAtoms::loop_lattice(int action) in loop_lattice()
950 void CreateAtoms::add_molecule(double *center, double *quat_user) in add_molecule()
995 int CreateAtoms::vartest(double *x) in vartest()
/dports/science/lammps/lammps-stable_29Sep2021/src/REACTION/
H A Dfix_bond_react.h164 void CreateAtoms(char *, int);
H A Dfix_bond_react.cpp3821 CreateAtoms(line, myrxn); in read()
3881 void FixBondReact::CreateAtoms(char *line, int myrxn) in CreateAtoms() function in FixBondReact