A class to apply force boundary condition.
bool needToComputeDof(const util::Point &x, size_t id, const inp::PBCData &bc)
Function that checks if we need to do computation at a given point x within a particle with id = id.
void apply(const double &time, particle::BaseParticle *particle)
Applies force boundary condition.
bool needToProcessParticle(size_t id, const inp::PBCData &bc)
Function that checks if given particle with id = id needs to be processed within boundary condition d...
A base class to apply displacement and force boundary condition.
A class to store particle geometry, nodal discretization, and methods.
Collection of methods and data related to particle object.