NAMD
|
Public Member Functions | |
template<class T > | |
void | put (const msm::Grid< T > &g, int id, int seq) |
template<class T > | |
void | get (msm::Grid< T > &g, int &id, int &seq) |
Public Attributes | |
char * | gdata |
int | idnum |
int | nlower_i |
int | nlower_j |
int | nlower_k |
int | nextent_i |
int | nextent_j |
int | nextent_k |
int | nbytes |
int | seqnum |
Definition at line 111 of file ComputeMsm.C.
|
inline |
Definition at line 141 of file ComputeMsm.C.
References ASSERT, gdata, idnum, nbytes, nextent_i, nextent_j, nextent_k, nlower_i, nlower_j, nlower_k, and seqnum.
Referenced by MsmBlock::addCharge(), MsmC1HermiteBlock::addCharge(), ComputeMsmMgr::addPotential(), MsmBlock::addPotential(), MsmC1HermiteBlock::addPotential(), MsmGridCutoffKernel< Float, Float >::compute(), and MsmC1HermiteGridCutoff::compute_specialized().
|
inline |
Definition at line 126 of file ComputeMsm.C.
References msm::Grid< T >::data(), msm::IndexRange::extent(), gdata, idnum, msm::IndexRange::lower(), nbytes, nextent_i, nextent_j, nextent_k, nlower_i, nlower_j, nlower_k, and seqnum.
Referenced by MsmGridCutoff::compute(), MsmC1HermiteGridCutoff::compute(), MsmBlock::gridCutoff(), MsmC1HermiteBlock::gridCutoff(), msm::PatchData::sendCharge(), msm::PatchData::sendChargeC1Hermite(), MsmBlock::sendDownPotential(), MsmC1HermiteBlock::sendDownPotential(), MsmBlock::sendPatch(), MsmC1HermiteBlock::sendPatch(), MsmBlock::sendUpCharge(), MsmC1HermiteBlock::sendUpCharge(), MsmBlock::sumReducedPotential(), and MsmC1HermiteBlock::sumReducedPotential().
char* GridMsg::gdata |
Definition at line 113 of file ComputeMsm.C.
int GridMsg::idnum |
Definition at line 114 of file ComputeMsm.C.
int GridMsg::nbytes |
Definition at line 121 of file ComputeMsm.C.
int GridMsg::nextent_i |
Definition at line 118 of file ComputeMsm.C.
int GridMsg::nextent_j |
Definition at line 119 of file ComputeMsm.C.
int GridMsg::nextent_k |
Definition at line 120 of file ComputeMsm.C.
int GridMsg::nlower_i |
Definition at line 115 of file ComputeMsm.C.
int GridMsg::nlower_j |
Definition at line 116 of file ComputeMsm.C.
int GridMsg::nlower_k |
Definition at line 117 of file ComputeMsm.C.
int GridMsg::seqnum |
Definition at line 122 of file ComputeMsm.C.