forked from lijiext/lammps
Merge pull request #633 from lammps/doc-user-meso
tweak an eq in USER-MESO, also allow neigh to be built w/out styles
This commit is contained in:
commit
21893539cb
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 26 KiB |
|
@ -15,7 +15,7 @@ $$
|
||||||
$$
|
$$
|
||||||
|
|
||||||
$$
|
$$
|
||||||
v(t+\Delta t) = v(t+\frac{\Delta t}{2}) + \frac{\Delta t}{2}\cdot a(t++\Delta t),
|
v(t+\Delta t) = v(t+\frac{\Delta t}{2}) + \frac{\Delta t}{2}\cdot a(t+\Delta t)
|
||||||
$$
|
$$
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
|
@ -22,6 +22,10 @@
|
||||||
#include "neighbor.h"
|
#include "neighbor.h"
|
||||||
#include "neigh_list.h"
|
#include "neigh_list.h"
|
||||||
#include "neigh_request.h"
|
#include "neigh_request.h"
|
||||||
|
#include "nbin.h"
|
||||||
|
#include "nstencil.h"
|
||||||
|
#include "npair.h"
|
||||||
|
#include "ntopo.h"
|
||||||
#include "style_nbin.h"
|
#include "style_nbin.h"
|
||||||
#include "style_nstencil.h"
|
#include "style_nstencil.h"
|
||||||
#include "style_npair.h"
|
#include "style_npair.h"
|
||||||
|
|
Loading…
Reference in New Issue