NAMD
Public Types | Public Attributes | List of all members
Results Class Reference

#include <PatchTypes.h>

Public Types

enum  {
  normal =0, nbond =1, slow =2, amdf =3,
  maxNumForces =4
}
 

Public Attributes

Forcef [maxNumForces]
 

Detailed Description

Definition at line 137 of file PatchTypes.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
normal 
nbond 
slow 
amdf 
maxNumForces 

Definition at line 140 of file PatchTypes.h.

140  { normal=0, nbond=1, slow=2, amdf=3,
141 #if defined(NAMD_CUDA) || defined(NAMD_HIP)
142  maxNumForces=4 };

Member Data Documentation

◆ f

Force* Results::f[maxNumForces]

The documentation for this class was generated from the following file: