| 
    NAMD
    
   | 
 
#include <PmeSolver.h>
  
 Public Attributes | |
| std::array< float *, NUM_GRID_MAX > | dataGrid | 
| std::array< int, NUM_GRID_MAX > | dataSizes | 
| std::array< bool, NUM_GRID_MAX > | enabledGrid | 
| int | device | 
Definition at line 103 of file PmeSolver.h.
| std::array<float*, NUM_GRID_MAX> PmeStartMsg::dataGrid | 
Definition at line 105 of file PmeSolver.h.
Referenced by ComputePmeCUDADevice::activate_pencils(), and ComputePmeCUDAMgr::activate_pencils().
| std::array<int, NUM_GRID_MAX> PmeStartMsg::dataSizes | 
Definition at line 106 of file PmeSolver.h.
Referenced by ComputePmeCUDADevice::activate_pencils(), and ComputePmeCUDAMgr::activate_pencils().
| int PmeStartMsg::device | 
Definition at line 108 of file PmeSolver.h.
| std::array<bool, NUM_GRID_MAX> PmeStartMsg::enabledGrid | 
Definition at line 107 of file PmeSolver.h.
Referenced by ComputePmeCUDADevice::activate_pencils(), and ComputePmeCUDAMgr::activate_pencils().
 1.8.14