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 * | reduction |
NodeReduction * | nodeReductionSave |
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 115 of file PatchData.h.
PatchData::PatchData | ( | ) |
Definition at line 49 of file PatchData.C.
References imd, nodeReductionSave, pdb, printlock, ptrCollectionMaster, ptrOutput, and reduction.
PatchData::~PatchData | ( | ) |
void PatchData::setDeviceKernelUpdateCounter | ( | ) |
Definition at line 67 of file PatchData.C.
Controller* PatchData::c_out |
Definition at line 141 of file PatchData.h.
cudaTensor* PatchData::d_langevinPiston_origStrainRate |
Definition at line 126 of file PatchData.h.
cudaTensor* PatchData::d_langevinPiston_strainRate |
Definition at line 125 of file PatchData.h.
cudaTensor* PatchData::d_positionRescaleFactor |
Definition at line 128 of file PatchData.h.
cudaTensor* PatchData::d_strainRate_old |
Definition at line 127 of file PatchData.h.
Tensor* PatchData::factor |
Definition at line 144 of file PatchData.h.
Flags PatchData::flags |
Definition at line 138 of file PatchData.h.
IMDOutput* PatchData::imd |
Definition at line 150 of file PatchData.h.
Referenced by PatchData().
Lattice* PatchData::lat |
Definition at line 143 of file PatchData.h.
NodeReduction* PatchData::nodeReductionSave |
Definition at line 135 of file PatchData.h.
Referenced by PatchData(), and ~PatchData().
Vector* PatchData::origin |
Definition at line 145 of file PatchData.h.
PDB* PatchData::pdb |
Definition at line 151 of file PatchData.h.
Referenced by PatchData().
CmiNodeLock PatchData::printlock |
Definition at line 157 of file PatchData.h.
Referenced by PatchData().
CollectionMaster* PatchData::ptrCollectionMaster |
Definition at line 148 of file PatchData.h.
Referenced by PatchData().
Output* PatchData::ptrOutput |
Definition at line 149 of file PatchData.h.
Referenced by PatchData().
NodeReduction* PatchData::reduction |
Definition at line 133 of file PatchData.h.
Referenced by colvarproxy_namd::colvarproxy_namd(), ComputeGlobal::ComputeGlobal(), CudaPmeOneDevice::finishReduction(), ComputePmeCUDA::initialize(), CudaComputeNonbonded::initialize(), PatchData(), PmePencilXYZ::PmePencilXYZ(), PmePencilZ::PmePencilZ(), and ~PatchData().
ScriptTcl* PatchData::script |
Definition at line 154 of file PatchData.h.
Referenced by after_backend_init(), and Node::getScript().