Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Flags Class Reference

#include <PatchTypes.h>

List of all members.

Public Member Functions

Flagsoperator= (const Flags &flags)

Public Attributes

int step
int sequence
int doEnergy
int doNonbonded
int doFullElectrostatics
int doMolly
int doLoweAndersen
int doGBIS
int doLCPO
int submitLoadStats
int maxForceUsed
int maxForceMerged
int usePairlists
int savePairlists
BigReal pairlistTolerance
BigReal maxAtomMovement
BigReal maxGroupRadius
Lattice lattice


Detailed Description

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Definition at line 13 of file PatchTypes.h.


Member Function Documentation

Flags& Flags::operator= const Flags flags  )  [inline]
 

Definition at line 41 of file PatchTypes.h.

00042     {
00043       CmiMemcpy (this, &flags, sizeof(Flags));
00044       return *this;
00045     }


Member Data Documentation

int Flags::doEnergy
 

Definition at line 20 of file PatchTypes.h.

Referenced by ExclElem::computeForce(), ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), Sequencer::integrate(), Sequencer::minimize(), and ComputeNonbondedCUDA::noWork().

int Flags::doFullElectrostatics
 

Definition at line 22 of file PatchTypes.h.

Referenced by ProxyPatch::boxClosed(), ExclElem::computeForce(), ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), HomePatch::gbisP3Ready(), Sequencer::integrate(), Sequencer::minimize(), ComputeNonbondedCUDA::noWork(), and Sequencer::runComputeObjects().

int Flags::doGBIS
 

Definition at line 27 of file PatchTypes.h.

Referenced by HomePatch::boxClosed(), ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), ComputePatchPair::doWork(), ComputePatch::doWork(), Sequencer::integrate(), Sequencer::minimize(), ComputeNonbondedSelf::noWork(), ComputeNonbondedPair::noWork(), Patch::positionsReady(), HomePatch::positionsReady(), ProxyPatch::receiveAll(), and Sequencer::runComputeObjects().

int Flags::doLCPO
 

Definition at line 28 of file PatchTypes.h.

Referenced by Sequencer::integrate(), Sequencer::minimize(), Patch::positionsReady(), HomePatch::positionsReady(), and ProxyPatch::receiveAll().

int Flags::doLoweAndersen
 

Definition at line 25 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), Sequencer::integrate(), Sequencer::minimize(), ComputeNonbondedSelf::noWork(), ComputeNonbondedPair::noWork(), Patch::positionsReady(), HomePatch::positionsReady(), and Sequencer::runComputeObjects().

int Flags::doMolly
 

Definition at line 23 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), Sequencer::integrate(), Sequencer::minimize(), ComputeNonbondedSelf::noWork(), ComputeNonbondedPair::noWork(), Patch::positionsReady(), HomePatch::positionsReady(), and Sequencer::runComputeObjects().

int Flags::doNonbonded
 

Definition at line 21 of file PatchTypes.h.

Referenced by ProxyPatch::boxClosed(), HomePatch::boxClosed(), ExclElem::computeForce(), HomePatch::doGroupSizeCheck(), Sequencer::integrate(), Sequencer::minimize(), ComputeNonbondedSelf::noWork(), ComputeNonbondedPair::noWork(), ComputeNonbondedCUDA::noWork(), ComputeLCPO::noWork(), HomePatch::receiveResult(), and Sequencer::runComputeObjects().

Lattice Flags::lattice
 

Definition at line 39 of file PatchTypes.h.

Referenced by ComputeNonbondedCUDA::doWork(), and ComputeNonbondedCUDA::noWork().

BigReal Flags::maxAtomMovement
 

Definition at line 36 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), HomePatch::doPairlistCheck(), and ComputeNonbondedCUDA::doWork().

int Flags::maxForceMerged
 

Definition at line 31 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), Sequencer::integrate(), and Sequencer::minimize().

int Flags::maxForceUsed
 

Definition at line 30 of file PatchTypes.h.

Referenced by Sequencer::integrate(), Sequencer::minimize(), and Sequencer::submitCollections().

BigReal Flags::maxGroupRadius
 

Definition at line 37 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), and HomePatch::doGroupSizeCheck().

BigReal Flags::pairlistTolerance
 

Definition at line 35 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), HomePatch::doPairlistCheck(), and ComputeNonbondedCUDA::doWork().

int Flags::savePairlists
 

Definition at line 34 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), HomePatch::doPairlistCheck(), ComputeNonbondedCUDA::doWork(), and Sequencer::runComputeObjects().

int Flags::sequence
 

Definition at line 18 of file PatchTypes.h.

Referenced by ProxyPatch::boxClosed(), ComputeLCPO::doForce(), HomePatch::gbisComputeAfterP1(), HomePatch::gbisComputeAfterP2(), Patch::gbisP2Ready(), HomePatch::gbisP2Ready(), Patch::gbisP3Ready(), HomePatch::gbisP3Ready(), Patch::positionsReady(), HomePatch::positionsReady(), Sequencer::runComputeObjects(), and Sequencer::submitMinimizeReductions().

int Flags::step
 

Definition at line 16 of file PatchTypes.h.

Referenced by ComputeGridForce::do_calc(), ComputeStir::doForce(), ComputeRestraints::doForce(), ComputeGridForce::doForce(), ComputeEField::doForce(), Sequencer::integrate(), Sequencer::minimize(), and ComputeNonbondedCUDA::noWork().

int Flags::submitLoadStats
 

Definition at line 29 of file PatchTypes.h.

int Flags::usePairlists
 

Definition at line 33 of file PatchTypes.h.

Referenced by ComputeNonbondedSelf::doForce(), ComputeNonbondedPair::doForce(), HomePatch::doPairlistCheck(), ComputeNonbondedCUDA::doWork(), and Sequencer::runComputeObjects().


The documentation for this class was generated from the following file:
Generated on Fri May 25 04:07:22 2012 for NAMD by  doxygen 1.3.9.1