Home
last modified time | relevance | path

Searched refs:ComputeEntropyAtom (Results 1 – 2 of 2) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-COMPUTE/
H A Dcompute_entropy_atom.h16 ComputeStyle(entropy/atom,ComputeEntropyAtom);
27 class ComputeEntropyAtom : public Compute {
29 ComputeEntropyAtom(class LAMMPS *, int, char **);
30 ~ComputeEntropyAtom();
H A Dcompute_entropy_atom.cpp41 ComputeEntropyAtom::
42 ComputeEntropyAtom(LAMMPS *lmp, int narg, char **arg) : in ComputeEntropyAtom() function in ComputeEntropyAtom
112 ComputeEntropyAtom::~ComputeEntropyAtom() in ~ComputeEntropyAtom()
120 void ComputeEntropyAtom::init() in init()
160 void ComputeEntropyAtom::init_list(int /*id*/, NeighList *ptr) in init_list()
167 void ComputeEntropyAtom::compute_peratom() in compute_peratom()
343 double ComputeEntropyAtom::memory_usage() in memory_usage()