![]() |
PeriDEM 0.3.0
PeriDEM -- Peridynamics-based high-fidelity model for granular media
|
Go to the source code of this file.
Namespaces | |
| namespace | loading |
| Collection of methods and database related to loading. | |
Functions | |
| bool | loading::needToProcessParticle (size_t id, const inp::BCBaseDeck &bc) |
| Function that checks if given particle with id = id needs to be processed within boundary condition data bc. | |
| bool | loading::needToComputeDof (const util::Point &x, size_t id, const inp::BCBaseDeck &bc) |
| Function that checks if we need to do computation at a given point x within a particle with id = id. | |