Research Article
[Retracted] Molecular Dynamics Simulation Calculation Method for Elasticity and Plasticity of Metal Nanostructures
Table 1
CUDA variable description.
| Variable declaration | Memory | Scope | Lifetime |
| _device__local_ | Int LocalVar; | Local memory | Thread | Thread | _device__shared_ | Int SharedVar; | Shared memory | Block | Block | _device_ | Int GlobalVar; | Global memory | Grid | Program | _device__constant_ | Int ConstantVar; | Constant memory | Grid | Program |
|
|