|
NAMD
|
#include <ReductionMgr.h>
Public Member Functions | |
| NodeReduction () | |
| ~NodeReduction () | |
| void | zero () |
| void | zero_lock () |
| void | setVal (const NodeReduction *other) |
| ReductionValue & | operator[] (int index) |
| ReductionValue & | item (int index) |
Public Attributes | |
| ReductionValue | set [REDUCTION_MAX_RESERVED] |
Definition at line 453 of file ReductionMgr.h.
| NodeReduction::NodeReduction | ( | ) |
Definition at line 646 of file ReductionMgr.C.
References REDUCTION_MAX_RESERVED.
| NodeReduction::~NodeReduction | ( | ) |
Definition at line 688 of file ReductionMgr.C.
| ReductionValue & NodeReduction::item | ( | int | index | ) |
Definition at line 658 of file ReductionMgr.C.
Referenced by RequireReductionShared::require(), and SubmitReductionShared::submit().
| ReductionValue & NodeReduction::operator[] | ( | int | index | ) |
Definition at line 654 of file ReductionMgr.C.
| void NodeReduction::setVal | ( | const NodeReduction * | other | ) |
Definition at line 681 of file ReductionMgr.C.
References ReductionValue::reducedValue, REDUCTION_MAX_RESERVED, and set.
| void NodeReduction::zero | ( | ) |
Definition at line 662 of file ReductionMgr.C.
References REDUCTION_MAX_RESERVED.
Referenced by RequireReductionShared::require(), and SubmitReductionShared::SubmitReductionShared().
| void NodeReduction::zero_lock | ( | ) |
Definition at line 671 of file ReductionMgr.C.
References REDUCTION_MAX_RESERVED.
| ReductionValue NodeReduction::set[REDUCTION_MAX_RESERVED] |
Definition at line 455 of file ReductionMgr.h.
Referenced by RequireReductionShared::require(), setVal(), and SubmitReductionShared::submit().
1.8.14