#include <BruteForceShifted.h>

Public Member Functions | |
| BruteForceShifted () | |
| Constructor. | |
| ~BruteForceShifted () | |
| Destructor. | |
| BruteForceShifted * | Clone () |
| Clone Constructor. | |
| void | ComputeForce () |
| Function to compute the forces. | |
| _DeclareSerializable (BruteForceShifted) | |
This routine differs from BruteForce in that it accounts for shifted interactions, where the interaction is calculated based on the surface-to-surface distance of the particles, rather than the center-to-center distance. Like BruteForce, this method scales as
, where N is the number of particles in the simulation. | glotzmd::BruteForceShifted::BruteForceShifted | ( | ) |
Constructor.
| glotzmd::BruteForceShifted::~BruteForceShifted | ( | ) |
Destructor.
| BruteForceShifted * glotzmd::BruteForceShifted::Clone | ( | ) | [virtual] |
| void glotzmd::BruteForceShifted::ComputeForce | ( | ) | [virtual] |
| glotzmd::BruteForceShifted::_DeclareSerializable | ( | BruteForceShifted | ) |
1.5.3