|
NAMD
|
#include <LjPmeRealSpace.h>
Public Member Functions | |
| LjPmeRealSpace (LjPmeGrid grid, int natoms) | |
| ~LjPmeRealSpace () | |
| void | fill_charges (float **q_arr, char *f_arr, char *fz_arr, double *p) |
| void | compute_scaledForces (const float *const *q_arr, double *pos, double *force, const Lattice &lattice) |
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 LjPmeRealSpace.h.
| LjPmeRealSpace::LjPmeRealSpace | ( | LjPmeGrid | grid, |
| int | natoms | ||
| ) |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 12 of file LjPmeRealSpace.C.
References LjPmeGrid::order, and order.
| LjPmeRealSpace::~LjPmeRealSpace | ( | ) |
Definition at line 19 of file LjPmeRealSpace.C.
| void LjPmeRealSpace::compute_scaledForces | ( | const float *const * | q_arr, |
| double * | pos, | ||
| double * | force, | ||
| const Lattice & | lattice | ||
| ) |
Definition at line 126 of file LjPmeRealSpace.C.
References NAMD_die(), and LjPmeGrid::order.
Referenced by LjPmeMgr::computeLongRange().
| void LjPmeRealSpace::fill_charges | ( | float ** | q_arr, |
| char * | f_arr, | ||
| char * | fz_arr, | ||
| double * | p | ||
| ) |
Definition at line 44 of file LjPmeRealSpace.C.
References NAMD_die(), and LjPmeGrid::order.
Referenced by LjPmeMgr::computeLongRange().
1.8.14