
Go to the source code of this file.
Classes | |
| class | Boundary |
| Domain Boundary Definition. More... | |
| class | Bulk |
| Domain Bulk Properties. More... | |
| class | Domain |
| Computational Domain. More... | |
Defines | |
| #define | XMIN bounds[0] |
| #define | XMAX bounds[1] |
Enumerations | |
| enum | BoundaryTypes { insideBoundary = 0, periodicBoundary, elasticBoundary, openBoundary, maxBoundaryTypes } |
Definition in file domain.h.
| #define XMAX bounds[1] |
Definition at line 2 of file domain.h.
Referenced by Domain::boundary(), Domain::Domain(), and Domain::interaction().
| #define XMIN bounds[0] |
Definition at line 1 of file domain.h.
Referenced by Domain::boundary(), Domain::Domain(), and Domain::interaction().
| enum BoundaryTypes |
1.5.7.1