|
NAMD
|
#include "InfoStream.h"#include "Node.h"#include "PDB.h"#include "PatchMap.h"#include "PatchMap.inl"#include "AtomMap.h"#include "ComputeMsm.h"#include "PatchMgr.h"#include "Molecule.h"#include "ReductionMgr.h"#include "ComputeMgr.h"#include "ComputeMgr.decl.h"#include "Debug.h"#include "SimParameters.h"#include "WorkDistrib.h"#include "Priorities.h"#include "varsizemsg.h"#include <stdio.h>#include "MsmMap.h"#include "ComputeMsmMgr.def.h"Go to the source code of this file.
Classes | |
| class | GridMsg |
| class | MsmBlockProxyMsg |
| class | MsmC1HermiteBlockProxyMsg |
| class | MsmGridCutoffProxyMsg |
| class | MsmC1HermiteGridCutoffProxyMsg |
| class | MsmGridCutoffInitMsg |
| class | MsmGridCutoffSetupMsg |
| class | MsmC1HermiteGridCutoffSetupMsg |
| class | MsmTimer |
| class | MsmProfiler |
| struct | WorkIndex |
| class | ComputeMsmMgr |
| class | MsmBlockMap |
| class | MsmGridCutoffMap |
| struct | msm::PatchData |
| class | MsmGridCutoffKernel< Vtype, Mtype > |
| class | MsmGridCutoff |
| class | MsmC1HermiteGridCutoff |
| class | MsmBlockKernel< Vtype, Mtype > |
| class | MsmBlock |
| class | MsmC1HermiteBlock |
Namespaces | |
| msm | |
Macros | |
| #define | MSM_REDUCE_GRID |
| #define | MSM_GRID_CUTOFF_DECOMP |
| #define | MSM_SKIP_TOO_DISTANT_BLOCKS |
| #define | MSM_SKIP_BEYOND_SPHERE |
| #define | MSM_NODE_MAPPING |
| #define | MSM_NODE_MAPPING_STATS |
| #define | MSM_FOLD_FACTOR |
| #define | MSM_TIMING |
| #define | MSM_PROFILING |
| #define | MSM_FIXED_SIZE_GRID_MSG |
| #define | DEBUG_MEMORY_ALIGNMENT |
| #define DEBUG_MEMORY_ALIGNMENT |
Definition at line 85 of file ComputeMsm.C.
| #define MSM_FIXED_SIZE_GRID_MSG |
Definition at line 76 of file ComputeMsm.C.
| #define MSM_FOLD_FACTOR |
Definition at line 61 of file ComputeMsm.C.
| #define MSM_GRID_CUTOFF_DECOMP |
Definition at line 36 of file ComputeMsm.C.
| #define MSM_NODE_MAPPING |
Definition at line 50 of file ComputeMsm.C.
| #define MSM_NODE_MAPPING_STATS |
Definition at line 53 of file ComputeMsm.C.
| #define MSM_PROFILING |
Definition at line 71 of file ComputeMsm.C.
| #define MSM_REDUCE_GRID |
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 32 of file ComputeMsm.C.
| #define MSM_SKIP_BEYOND_SPHERE |
Definition at line 46 of file ComputeMsm.C.
| #define MSM_SKIP_TOO_DISTANT_BLOCKS |
Definition at line 40 of file ComputeMsm.C.
| #define MSM_TIMING |
Definition at line 66 of file ComputeMsm.C.
1.8.14