Searched refs:FixLbRigidPCSphere (Results 1 – 3 of 3) sorted by relevance
16 FixStyle(lb/rigid/pc/sphere,FixLbRigidPCSphere);27 class FixLbRigidPCSphere : public Fix {29 FixLbRigidPCSphere(class LAMMPS *, int, char **);30 virtual ~FixLbRigidPCSphere();
41 FixLbRigidPCSphere::FixLbRigidPCSphere(LAMMPS *lmp, int narg, char **arg) : in FixLbRigidPCSphere() function in FixLbRigidPCSphere399 FixLbRigidPCSphere::~FixLbRigidPCSphere() in ~FixLbRigidPCSphere()444 int FixLbRigidPCSphere::setmask() in setmask()455 void FixLbRigidPCSphere::init() in init()648 void FixLbRigidPCSphere::setup(int vflag) in setup()1106 void FixLbRigidPCSphere::set_v() in set_v()1197 void FixLbRigidPCSphere::set_xv() in set_xv()1321 void FixLbRigidPCSphere::pre_neighbor() in pre_neighbor()1385 int FixLbRigidPCSphere::dof(int igroup) in dof()1422 double FixLbRigidPCSphere::memory_usage() in memory_usage()[all …]
33 friend class FixLbRigidPCSphere; variable