NAMD
|
#include <PatchData.h>
Public Member Functions | |
PatchData () | |
~PatchData () | |
void | setDeviceKernelUpdateCounter () |
Public Attributes | |
cudaTensor * | d_langevinPiston_strainRate |
cudaTensor * | d_langevinPiston_origStrainRate |
cudaTensor * | d_strainRate_old |
cudaTensor * | d_positionRescaleFactor |
NodeReduction * | reductionBackend |
NodeReduction * | reductionBackendSave |
NodeReduction * | reduction |
NodeBroadcast * | nodeBroadcast |
Flags | flags |
Controller * | c_out |
Lattice * | lat |
Tensor * | factor |
Vector * | origin |
CollectionMaster * | ptrCollectionMaster |
Output * | ptrOutput |
IMDOutput * | imd |
PDB * | pdb |
ScriptTcl * | script |
CmiNodeLock | printlock |
Definition at line 116 of file PatchData.h.
PatchData::PatchData | ( | ) |
Definition at line 49 of file PatchData.C.
References imd, NodeBroadcast::lock, nodeBroadcast, pdb, printlock, ptrCollectionMaster, ptrOutput, reductionBackend, and reductionBackendSave.
PatchData::~PatchData | ( | ) |
Definition at line 76 of file PatchData.C.
References nodeBroadcast, reductionBackend, and reductionBackendSave.
void PatchData::setDeviceKernelUpdateCounter | ( | ) |
Definition at line 70 of file PatchData.C.
Controller* PatchData::c_out |
Definition at line 147 of file PatchData.h.
cudaTensor* PatchData::d_langevinPiston_origStrainRate |
Definition at line 127 of file PatchData.h.
cudaTensor* PatchData::d_langevinPiston_strainRate |
Definition at line 126 of file PatchData.h.
cudaTensor* PatchData::d_positionRescaleFactor |
Definition at line 129 of file PatchData.h.
cudaTensor* PatchData::d_strainRate_old |
Definition at line 128 of file PatchData.h.
Tensor* PatchData::factor |
Definition at line 150 of file PatchData.h.
Flags PatchData::flags |
Definition at line 144 of file PatchData.h.
IMDOutput* PatchData::imd |
Definition at line 156 of file PatchData.h.
Referenced by PatchData().
Lattice* PatchData::lat |
Definition at line 149 of file PatchData.h.
NodeBroadcast* PatchData::nodeBroadcast |
Definition at line 141 of file PatchData.h.
Referenced by Controller::Controller(), PatchData(), Sequencer::Sequencer(), and ~PatchData().
Vector* PatchData::origin |
Definition at line 151 of file PatchData.h.
PDB* PatchData::pdb |
Definition at line 157 of file PatchData.h.
Referenced by PatchData().
CmiNodeLock PatchData::printlock |
Definition at line 163 of file PatchData.h.
Referenced by PatchData().
CollectionMaster* PatchData::ptrCollectionMaster |
Definition at line 154 of file PatchData.h.
Referenced by PatchData().
Output* PatchData::ptrOutput |
Definition at line 155 of file PatchData.h.
Referenced by PatchData().
NodeReduction* PatchData::reduction |
Definition at line 139 of file PatchData.h.
Referenced by colvarproxy_namd::colvarproxy_namd().
NodeReduction* PatchData::reductionBackend |
Definition at line 134 of file PatchData.h.
Referenced by PatchData(), RequireReductionShared::RequireReductionShared(), SubmitReductionShared::SubmitReductionShared(), and ~PatchData().
NodeReduction* PatchData::reductionBackendSave |
Definition at line 136 of file PatchData.h.
Referenced by PatchData(), and ~PatchData().
ScriptTcl* PatchData::script |
Definition at line 160 of file PatchData.h.
Referenced by after_backend_init(), and Node::getScript().