#include <fdomain.h>
Public Attributes | |
MD_Dvec | v1 |
MD_Dvec | v2 |
MD_Dvec | v3 |
MD_Dvec | center |
User sets the internal fields of this class in order to specify the domain and boundary conditions. This needs to be done for initialization of Force_t
class.
Domains can be fully periodic, nonperiodic, or semi-periodic. The first three vectors specify the side lengths and orientation of a parallelepiped. The ForceDomain_t::center vector provides the center of this parallelepiped. Set a vector to zero in order to indicate a nonperiodic boundary along that "dimension."
The length of any nonzero vector must be at least as long as the ForceParam_t::cutoff distance, and the parallelepiped defined must have opposite sides that are at least as far apart as the ForceParam_t::cutoff distance.
|
Center of cell. |
|
Domain cell along v1 direction. |
|
Domain cell along v2 direction. |
|
Domain cell along v3 direction. |