| Revision: | 1670 |
| Committed: | Fri Jan 27 19:07:19 2012 UTC (13 years, 11 months ago) by chuckv |
| File size: | 630 byte(s) |
| Log Message: | Adding experimental branch for calculation of the heatflux based on old version of OpenMD. This will need to be ported to the development branch later. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | skuang | 1297 | Package = integrators |
| 2 | |||
| 3 | chuckv | 1301 | MySource = \ |
| 4 | skuang | 1297 | Integrator.cpp \ |
| 5 | IntegratorFactory.cpp \ | ||
| 6 | Velocitizer.cpp \ | ||
| 7 | gezelter | 1329 | RNEMD.cpp \ |
| 8 | skuang | 1297 | VelocityVerletIntegrator.cpp \ |
| 9 | DLM.cpp \ | ||
| 10 | NVE.cpp \ | ||
| 11 | NVT.cpp \ | ||
| 12 | NPT.cpp \ | ||
| 13 | NPTi.cpp \ | ||
| 14 | NPTf.cpp \ | ||
| 15 | NPTxyz.cpp \ | ||
| 16 | gezelter | 1521 | NPTsz.cpp \ |
| 17 | skuang | 1297 | NPAT.cpp \ |
| 18 | NPrT.cpp \ | ||
| 19 | NgammaT.cpp \ | ||
| 20 | LDForceManager.cpp \ | ||
| 21 | LangevinDynamics.cpp | ||
| 22 | |||
| 23 | USE_QHULL = @USE_QHULL@ | ||
| 24 | |||
| 25 | gezelter | 1381 | ifeq "$(USE_QHULL)" "yes" |
| 26 | kstocke1 | 1526 | Source = $(MySource) LangevinHullForceManager.cpp LangevinHullDynamics.cpp |
| 27 | skuang | 1297 | else |
| 28 | Source = $(MySource) | ||
| 29 | endif | ||
| 30 | |||
| 31 | |||
| 32 | ParallelSource = \ | ||
| 33 | Velocitizer.cpp | ||
| 34 | |||
| 35 | RmiSource = | ||
| 36 | |||
| 37 | Main = | ||
| 38 | |||
| 39 | DEV_ROOT=../.. | ||
| 40 | include $(DEV_ROOT)/make/Makefile | ||
| 41 |
| Name | Value |
|---|---|
| svn:keywords | Author Id Revision Date |