#include <CellForceShifted.h>

Public Member Functions | |
| CellForceShifted () | |
| Constructor. | |
| ~CellForceShifted () | |
| Destructor. | |
| CellForceShifted * | Clone () |
| Clone Constructor. | |
| void | ComputeForce () |
| Method to compute the force. | |
| _DeclareSerializable (CellForceShifted) | |
This force routine differs from CellForce 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 CellForce, this method scales as N, where N is the number of particles in the simulation.
| glotzmd::CellForceShifted::CellForceShifted | ( | ) |
Constructor.
| glotzmd::CellForceShifted::~CellForceShifted | ( | ) |
Destructor.
| CellForceShifted * glotzmd::CellForceShifted::Clone | ( | ) | [virtual] |
| void glotzmd::CellForceShifted::ComputeForce | ( | ) | [virtual] |
| glotzmd::CellForceShifted::_DeclareSerializable | ( | CellForceShifted | ) |
1.5.3