NAMD
|
#include <ReductionMgr.h>
Public Member Functions | |
NodeReduction () | |
~NodeReduction () | |
void | zero () |
void | setVal (const NodeReduction *other) |
ReductionValue & | operator[] (int index) |
ReductionValue & | item (int index) |
Definition at line 364 of file ReductionMgr.h.
NodeReduction::NodeReduction | ( | ) |
Definition at line 621 of file ReductionMgr.C.
References REDUCTION_MAX_RESERVED.
NodeReduction::~NodeReduction | ( | ) |
Definition at line 654 of file ReductionMgr.C.
ReductionValue & NodeReduction::item | ( | int | index | ) |
Definition at line 633 of file ReductionMgr.C.
Referenced by Controller::compareChecksums(), Controller::correctMomentum(), CudaComputeNonbonded::finishReductions(), Controller::getTotalPotentialEnergy(), CudaComputeNonbonded::launchWork(), Controller::printEnergies(), and Controller::receivePressure().
ReductionValue & NodeReduction::operator[] | ( | int | index | ) |
Definition at line 629 of file ReductionMgr.C.
void NodeReduction::setVal | ( | const NodeReduction * | other | ) |
Definition at line 647 of file ReductionMgr.C.
References ReductionValue::reducedValue, and REDUCTION_MAX_RESERVED.
void NodeReduction::zero | ( | ) |
Definition at line 637 of file ReductionMgr.C.
References REDUCTION_MAX_RESERVED.