65 Vec3d const &bond_dir_n,
double bond_radius);
The BondGeometries class represents the geometrical properties of a bond.
Definition bond_geometries.hpp:11
A class for solving point-point bonds between particles.
Definition bond_solver_pp.hpp:15
void Init(Particle *const p1, Particle *const p2)
Definition bond_solver_pp.cpp:15
void ResolveInit(ContactPP *const cnt, double timestep)
Definition bond_solver_pp.cpp:20
BondSolverPP()
Definition bond_solver_pp.cpp:9
Particle * particle_2
Definition bond_solver_pp.hpp:25
void ResolveUpdate(ContactPP *const cnt, double timestep)
Definition bond_solver_pp.cpp:22
Particle * particle_1
Definition bond_solver_pp.hpp:20
Definition particle.hpp:26
Definition bond_entry.hpp:7
std::array< double, 3 > Vec3d
Definition utils_macros.hpp:18