|
OpenAtom
Version1.5a
|
Public Member Functions | |
| StructureFactor (CkMigrateMessage *m) | |
| StructureFactor (int _numSfGrps, int _numSfDups, int _natm_nl_grp_max, int _numdest, int *_destinations, UberCollection _thisInstance) | |
| void | acceptDestination (int _numdest, int *_destinations) |
| void | computeSF (SFDummyMsg *msg) |
| void | acceptKVectors (int n, int *_k_x, int *_k_y, int *_k_z) |
| void | pup (PUP::er &p) |
Private Attributes | |
| int | numSfGrps |
| int | numSfDups |
| int | natm_nl_grp_max |
| int | gsSize |
| int * | k_x |
| int * | k_y |
| int * | k_z |
| complex * | structFactor |
| complex * | structFactor_fx |
| complex * | structFactor_fy |
| complex * | structFactor_fz |
| int | numdest |
| int * | destinations |
| const UberCollection | thisInstance |
Definition at line 20 of file StructureFactor.h.
|
inline |
usesAtSync=true; not until we come up with a migration scheme
Definition at line 24 of file StructureFactor.h.
| void StructureFactor::computeSF | ( | SFDummyMsg * | msg | ) |
= no work to do
Definition at line 35 of file StructureFactor.C.