NAMD
Classes | Enumerations
ComputeMap.h File Reference
#include "NamdTypes.h"
#include "ProcessorPrivate.h"
#include "ResizeArray.h"

Go to the source code of this file.

Classes

class  ObjectArena< Type >
 
class  ComputeMap
 
struct  ComputeMap::PatchRec
 
struct  ComputeMap::ComputeData
 

Enumerations

enum  ComputeType {
  computeNonbondedSelfType, computeNonbondedPairType, computeNonbondedMICType, computeExclsType,
  computeBondsType, computeAnglesType, computeDihedralsType, computeImpropersType,
  computeTholeType, computeAnisoType, computeCrosstermsType, computeOneFourNbTholeType,
  computeGromacsPairType, computeSelfGromacsPairType, computeSelfExclsType, computeSelfBondsType,
  computeSelfAnglesType, computeSelfDihedralsType, computeSelfImpropersType, computeSelfTholeType,
  computeSelfAnisoType, computeSelfCrosstermsType, computeSelfOneFourNbTholeType, computePmeType,
  computePmeCUDAType, computeNonbondedCUDA2Type, computeEwaldType, computeFullDirectType,
  computeGlobalType, computeExtType, computeQMType, computeGBISserType,
  computeLCPOType, computeFmmType, computeMsmSerialType, computeLjPmeSerialType,
  computeMsmMsaType, computeMsmType, computeEFieldType, computeGridForceType,
  computeStirType, computeSphericalBCType, computeCylindricalBCType, computeTclBCType,
  computeRestraintsType, computeConsForceType, computeConsTorqueType, computeErrorType
}
 

Enumeration Type Documentation

◆ ComputeType

Enumerator
computeNonbondedSelfType 
computeNonbondedPairType 
computeNonbondedMICType 
computeExclsType 
computeBondsType 
computeAnglesType 
computeDihedralsType 
computeImpropersType 
computeTholeType 
computeAnisoType 
computeCrosstermsType 
computeOneFourNbTholeType 
computeGromacsPairType 
computeSelfGromacsPairType 
computeSelfExclsType 
computeSelfBondsType 
computeSelfAnglesType 
computeSelfDihedralsType 
computeSelfImpropersType 
computeSelfTholeType 
computeSelfAnisoType 
computeSelfCrosstermsType 
computeSelfOneFourNbTholeType 
computePmeType 
computePmeCUDAType 
computeNonbondedCUDA2Type 
computeEwaldType 
computeFullDirectType 
computeGlobalType 
computeExtType 
computeQMType 
computeGBISserType 
computeLCPOType 
computeFmmType 
computeMsmSerialType 
computeLjPmeSerialType 
computeMsmMsaType 
computeMsmType 
computeEFieldType 
computeGridForceType 
computeStirType 
computeSphericalBCType 
computeCylindricalBCType 
computeTclBCType 
computeRestraintsType 
computeConsForceType 
computeConsTorqueType 
computeErrorType 

Definition at line 20 of file ComputeMap.h.

21 {
34  // JLai
37  // End of JLai entry
47 #ifdef DPMTA
48  computeDPMTAType,
49 #endif
50 #ifdef DPME
51  computeDPMEType,
52 #endif
54 #if defined(NAMD_CUDA) || defined(NAMD_HIP)
57 #ifdef BONDED_CUDA
58  computeBondedCUDAType,
59 #endif
60 #endif
74 /* BEGIN gf */
76 /* END gf */
85 };