NAMD
|
Go to the source code of this file.
Classes | |
class | Pairlists |
class | ComputeNonbondedWorkArrays |
struct | GBISParamStruct |
struct | nonbonded |
class | ComputeNonbondedUtil |
Macros | |
#define | NBWORKARRAYSINIT(ARRAYS) ComputeNonbondedWorkArrays* const computeNonbondedWorkArrays = ARRAYS; |
#define | NBWORKARRAY(TYPE, NAME, SIZE) |
#define | VDW_SWITCH_MODE_ENERGY 0 |
#define | VDW_SWITCH_MODE_MARTINI 1 |
#define | VDW_SWITCH_MODE_FORCE 2 |
Typedefs | |
typedef unsigned short | plint |
#define NBWORKARRAY | ( | TYPE, | |
NAME, | |||
SIZE | |||
) |
Definition at line 92 of file ComputeNonbondedUtil.h.
#define NBWORKARRAYSINIT | ( | ARRAYS | ) | ComputeNonbondedWorkArrays* const computeNonbondedWorkArrays = ARRAYS; |
Definition at line 83 of file ComputeNonbondedUtil.h.
#define VDW_SWITCH_MODE_ENERGY 0 |
Definition at line 413 of file ComputeNonbondedUtil.h.
Referenced by ComputeNonbondedUtil::select().
#define VDW_SWITCH_MODE_FORCE 2 |
Definition at line 415 of file ComputeNonbondedUtil.h.
Referenced by ComputeNonbondedUtil::select().
#define VDW_SWITCH_MODE_MARTINI 1 |
Definition at line 414 of file ComputeNonbondedUtil.h.
Referenced by ComputeNonbondedUtil::select().
typedef unsigned short plint |
Definition at line 20 of file ComputeNonbondedUtil.h.