Home
last modified time | relevance | path

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

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_gyration_chunk.cpp31 ComputeGyrationChunk::ComputeGyrationChunk(LAMMPS *lmp, int narg, char **arg) : in ComputeGyrationChunk() function in ComputeGyrationChunk
42 ComputeGyrationChunk::init(); in ComputeGyrationChunk()
77 ComputeGyrationChunk::~ComputeGyrationChunk() in ~ComputeGyrationChunk()
92 void ComputeGyrationChunk::init() in init()
105 void ComputeGyrationChunk::compute_vector() in compute_vector()
150 void ComputeGyrationChunk::compute_array() in compute_array()
206 void ComputeGyrationChunk::com_chunk() in com_chunk()
276 void ComputeGyrationChunk::lock_enable() in lock_enable()
285 void ComputeGyrationChunk::lock_disable() in lock_disable()
298 int ComputeGyrationChunk::lock_length() in lock_length()
[all …]
H A Dcompute_gyration_chunk.h16 ComputeStyle(gyration/chunk,ComputeGyrationChunk);
27 class ComputeGyrationChunk : public Compute {
29 ComputeGyrationChunk(class LAMMPS *, int, char **);
30 ~ComputeGyrationChunk();