update include lists in packages USER-MISC, USER-MOFF, USER-PTM, and USER-SMD

This commit is contained in:
Axel Kohlmeyer
2019-07-10 15:38:41 -04:00
parent 2ca2d053fd
commit 956d21ec0e
78 changed files with 136 additions and 319 deletions

View File

@ -58,8 +58,6 @@ negotiate an appropriate license for such distribution."
#include "group.h" #include "group.h"
#include "memory.h" #include "memory.h"
#include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>

View File

@ -16,14 +16,12 @@
gvog@chemeng.ntua.gr gvog@chemeng.ntua.gr
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "improper_cossq.h"
#include <mpi.h> #include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdlib>
#include "improper_cossq.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "domain.h"
#include "force.h" #include "force.h"
#include "update.h" #include "update.h"
#include "memory.h" #include "memory.h"

View File

@ -15,16 +15,14 @@
Contributing author: Paolo Raiteri (Curtin University) Contributing author: Paolo Raiteri (Curtin University)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "improper_distance.h"
#include <mpi.h> #include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdlib>
#include "improper_distance.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "domain.h" #include "domain.h"
#include "force.h" #include "force.h"
#include "update.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -16,15 +16,12 @@
[ based on improper_umbrella.cpp Tod A Pascal (Caltech) ] [ based on improper_umbrella.cpp Tod A Pascal (Caltech) ]
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "improper_fourier.h"
#include <mpi.h> #include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdlib>
#include <cstring>
#include "improper_fourier.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "domain.h"
#include "force.h" #include "force.h"
#include "update.h" #include "update.h"
#include "memory.h" #include "memory.h"

View File

@ -36,16 +36,13 @@
of j. of j.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "improper_ring.h"
#include <mpi.h> #include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdlib>
#include "improper_ring.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "domain.h"
#include "force.h" #include "force.h"
#include "update.h"
#include "math_const.h" #include "math_const.h"
#include "math_special.h" #include "math_special.h"
#include "memory.h" #include "memory.h"

View File

@ -15,18 +15,16 @@
Contributing authors: Axel Kohlmeyer (Temple U), Venkatesh Botu Contributing authors: Axel Kohlmeyer (Temple U), Venkatesh Botu
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_agni.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_agni.h"
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_request.h" #include "neigh_request.h"
#include "force.h" #include "force.h"
#include "comm.h" #include "comm.h"
#include "memory.h"
#include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -15,21 +15,18 @@
Contributing author: Paolo Raiteri (Curtin University) Contributing author: Paolo Raiteri (Curtin University)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_buck_mdf.h" #include "pair_buck_mdf.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "math_const.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;
using namespace MathConst;
/* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */

View File

@ -14,11 +14,9 @@
Contributiong authors: Arben Jusufi, Axel Kohlmeyer (Temple U.) Contributiong authors: Arben Jusufi, Axel Kohlmeyer (Temple U.)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_coul_diel.h" #include "pair_coul_diel.h"
#include <mpi.h>
#include <cmath>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -18,11 +18,8 @@
[Maaravi et al, J. Phys. Chem. C 121, 22826-22835 (2017)] [Maaravi et al, J. Phys. Chem. C 121, 22826-22835 (2017)]
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_coul_shield.h" #include "pair_coul_shield.h"
#include <cmath>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -20,19 +20,17 @@
Phys. Rev. B, 98, 235404 (2018). Phys. Rev. B, 98, 235404 (2018).
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_drip.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <mpi.h>
#include "pair_drip.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "neigh_request.h" #include "neigh_request.h"
#include "my_page.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -31,8 +31,6 @@ PairStyle(drip, PairDRIP)
#define LMP_PAIR_DRIP_H #define LMP_PAIR_DRIP_H
#include "pair.h" #include "pair.h"
#include "my_page.h"
#include <cmath>
namespace LAMMPS_NS { namespace LAMMPS_NS {

View File

@ -14,16 +14,14 @@
contact: stevene.strong at gmail dot com contact: stevene.strong at gmail dot com
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_e3b.h" #include "pair_e3b.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <algorithm>
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_request.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "force.h" #include "force.h"
#include "comm.h" #include "comm.h"

View File

@ -21,12 +21,12 @@
Phys. Rev. B 58, 2539 (1998) Phys. Rev. B 58, 2539 (1998)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_edip.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cfloat> #include <cfloat>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_edip.h"
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -17,12 +17,11 @@
Contributing author: Chao Jiang Contributing author: Chao Jiang
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_edip_multi.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cfloat>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_edip_multi.h"
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -15,12 +15,12 @@
Contributing author: Jan Los Contributing author: Jan Los
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_extep.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <cctype> #include <cctype>
#include "pair_extep.h"
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -21,7 +21,6 @@ PairStyle(extep,PairExTeP)
#define LMP_PAIR_EXTEP_H #define LMP_PAIR_EXTEP_H
#include "pair.h" #include "pair.h"
#include "my_page.h"
#define MAXTYPES 8 #define MAXTYPES 8
#define NSPLINE 5 #define NSPLINE 5

View File

@ -15,18 +15,13 @@
Contributing authors: Arben Jusufi, Axel Kohlmeyer (Temple U.) Contributing authors: Arben Jusufi, Axel Kohlmeyer (Temple U.)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_gauss_cut.h" #include "pair_gauss_cut.h"
#include <mpi.h>
#include <cmath>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "update.h"
#include "integrate.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "math_const.h" #include "math_const.h"

View File

@ -20,12 +20,11 @@
[Kolmogorov & Crespi, Phys. Rev. B 71, 235415 (2005)] [Kolmogorov & Crespi, Phys. Rev. B 71, 235415 (2005)]
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_ilp_graphene_hbn.h"
#include <mpi.h> #include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_ilp_graphene_hbn.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -21,8 +21,6 @@ PairStyle(ilp/graphene/hbn,PairILPGrapheneHBN)
#define LMP_PAIR_ILP_GRAPHENE_HBN_H #define LMP_PAIR_ILP_GRAPHENE_HBN_H
#include "pair.h" #include "pair.h"
#include "my_page.h"
#include <cmath>
namespace LAMMPS_NS { namespace LAMMPS_NS {

View File

@ -20,12 +20,11 @@
[Kolmogorov & Crespi, Phys. Rev. B 71, 235415 (2005)] [Kolmogorov & Crespi, Phys. Rev. B 71, 235415 (2005)]
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_kolmogorov_crespi_full.h"
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <mpi.h> #include <mpi.h>
#include "pair_kolmogorov_crespi_full.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -21,8 +21,6 @@ PairStyle(kolmogorov/crespi/full,PairKolmogorovCrespiFull)
#define LMP_PAIR_KolmogorovCrespi_FULL_H #define LMP_PAIR_KolmogorovCrespi_FULL_H
#include "pair.h" #include "pair.h"
#include "my_page.h"
#include <cmath>
namespace LAMMPS_NS { namespace LAMMPS_NS {

View File

@ -21,11 +21,11 @@
The simplification is that all normals are taken along the z-direction The simplification is that all normals are taken along the z-direction
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_kolmogorov_crespi_z.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_kolmogorov_crespi_z.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -22,11 +22,11 @@
[Lebedeva et al., Physica E, 44(6), 949-954, 2012.] [Lebedeva et al., Physica E, 44(6), 949-954, 2012.]
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_lebedeva_z.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_lebedeva_z.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -16,15 +16,13 @@
Contributing author: Paolo Raiteri (Curtin University) Contributing author: Paolo Raiteri (Curtin University)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_lennard_mdf.h" #include "pair_lennard_mdf.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -16,18 +16,14 @@
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_list.h" #include "pair_list.h"
#include "atom.h" #include <mpi.h>
#include "comm.h"
#include "domain.h"
#include "force.h"
#include "memory.h"
#include "error.h"
#include <cstdio>
#include <cstdlib>
#include <cstring> #include <cstring>
#include <cmath> #include <cmath>
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -15,17 +15,15 @@
Contributing author: Trung Nguyen (Northwestern) Contributing author: Trung Nguyen (Northwestern)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_lj_expand_coul_long.h" #include "pair_lj_expand_coul_long.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "kspace.h" #include "kspace.h"
#include "update.h" #include "update.h"
#include "integrate.h"
#include "respa.h" #include "respa.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -16,15 +16,13 @@
Contributing author: Paolo Raiteri (Curtin University) Contributing author: Paolo Raiteri (Curtin University)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_lj_mdf.h" #include "pair_lj_mdf.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -16,10 +16,10 @@
Samuel Genheden (University of Southampton) Samuel Genheden (University of Southampton)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "pair_lj_sf_dipole_sf.h" #include "pair_lj_sf_dipole_sf.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -31,15 +31,13 @@
conform with pairing, updated to LAMMPS style conform with pairing, updated to LAMMPS style
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_meam_spline.h"
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_meam_spline.h"
#include "atom.h" #include "atom.h"
#include "force.h" #include "force.h"
#include "comm.h" #include "comm.h"
#include "memory.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "neigh_request.h" #include "neigh_request.h"

View File

@ -23,15 +23,13 @@
* 01-Aug-12 - RER: First code version. * 01-Aug-12 - RER: First code version.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_meam_sw_spline.h"
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_meam_sw_spline.h"
#include "atom.h" #include "atom.h"
#include "force.h" #include "force.h"
#include "comm.h" #include "comm.h"
#include "memory.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "neigh_request.h" #include "neigh_request.h"

View File

@ -16,10 +16,9 @@
Ya Zhou (Penn State University) Ya Zhou (Penn State University)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include "pair_momb.h" #include "pair_momb.h"
#include <mpi.h>
#include <cmath>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -11,11 +11,10 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_morse_smooth_linear.h" #include "pair_morse_smooth_linear.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -25,9 +25,11 @@ There is an example script for this package in examples/USER/srp.
Please contact Timothy Sirk for questions (tim.sirk@us.army.mil). Please contact Timothy Sirk for questions (tim.sirk@us.army.mil).
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_srp.h"
#include <mpi.h>
#include <cmath>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_srp.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -20,11 +20,11 @@
1) Tersoff, Phys. Rev. B 39, 5566 (1988) 1) Tersoff, Phys. Rev. B 39, 5566 (1988)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_tersoff_table.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdio>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_tersoff_table.h"
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -15,26 +15,21 @@
Contributing author: David Stelter (BU) Contributing author: David Stelter (BU)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "temper_grem.h" #include "temper_grem.h"
#include <cmath>
#include <cstring>
#include "fix_grem.h" #include "fix_grem.h"
#include "universe.h" #include "universe.h"
#include "domain.h" #include "domain.h"
#include "atom.h"
#include "update.h" #include "update.h"
#include "integrate.h" #include "integrate.h"
#include "modify.h" #include "modify.h"
#include "compute.h" #include "compute.h"
#include "force.h" #include "force.h"
#include "output.h"
#include "thermo.h"
#include "fix.h" #include "fix.h"
#include "random_park.h" #include "random_park.h"
#include "finish.h" #include "finish.h"
#include "timer.h" #include "timer.h"
#include "memory.h"
#include "error.h" #include "error.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -17,10 +17,9 @@
Contact Email: amulyapervaje@gmail.com Contact Email: amulyapervaje@gmail.com
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "temper_npt.h" #include "temper_npt.h"
#include <cmath>
#include <cstring>
#include "universe.h" #include "universe.h"
#include "domain.h" #include "domain.h"
#include "atom.h" #include "atom.h"
@ -29,13 +28,10 @@
#include "modify.h" #include "modify.h"
#include "compute.h" #include "compute.h"
#include "force.h" #include "force.h"
#include "output.h"
#include "thermo.h"
#include "fix.h" #include "fix.h"
#include "random_park.h" #include "random_park.h"
#include "finish.h" #include "finish.h"
#include "timer.h" #include "timer.h"
#include "memory.h"
#include "error.h" #include "error.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -16,10 +16,10 @@
and Rochus Schmid (Ruhr-Universitaet Bochum) and Rochus Schmid (Ruhr-Universitaet Bochum)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "angle_class2_p6.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cstring> #include <cstring>
#include <cstdlib>
#include "angle_class2_p6.h"
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "domain.h" #include "domain.h"

View File

@ -16,9 +16,9 @@
and Rochus Schmid (Ruhr-Universitaet Bochum) and Rochus Schmid (Ruhr-Universitaet Bochum)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdlib>
#include "angle_cosine_buck6d.h" #include "angle_cosine_buck6d.h"
#include <mpi.h>
#include <cmath>
#include "atom.h" #include "atom.h"
#include "neighbor.h" #include "neighbor.h"
#include "domain.h" #include "domain.h"
@ -26,13 +26,11 @@
#include "force.h" #include "force.h"
#include "pair.h" #include "pair.h"
#include "math_const.h" #include "math_const.h"
#include "math_special.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;
using namespace MathConst; using namespace MathConst;
using namespace MathSpecial;
#define SMALL 0.001 #define SMALL 0.001

View File

@ -19,17 +19,13 @@
[ abbreviated from and verified via DLPOLY2.0 ] [ abbreviated from and verified via DLPOLY2.0 ]
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "improper_inversion_harmonic.h"
#include <mpi.h> #include <mpi.h>
#include <cmath> #include <cmath>
#include <cstdlib>
#include <cstring>
#include "improper_inversion_harmonic.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "domain.h"
#include "force.h" #include "force.h"
#include "update.h"
#include "math_const.h" #include "math_const.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -18,11 +18,9 @@
Fennell and Gezelter, JCP 124, 234104 (2006) Fennell and Gezelter, JCP 124, 234104 (2006)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_buck6d_coul_gauss_dsf.h" #include "pair_buck6d_coul_gauss_dsf.h"
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"

View File

@ -17,11 +17,10 @@
References: Bureekaew and Schmid, Phys. Status Solidi B 250, 1128 (2013) References: Bureekaew and Schmid, Phys. Status Solidi B 250, 1128 (2013)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "pair_buck6d_coul_gauss_long.h" #include "pair_buck6d_coul_gauss_long.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
@ -29,12 +28,10 @@
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "memory.h" #include "memory.h"
#include "math_const.h"
#include "error.h" #include "error.h"
#include "math_special.h" #include "math_special.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;
using namespace MathConst;
#define EWALD_F 1.12837917 #define EWALD_F 1.12837917

View File

@ -16,15 +16,14 @@ under
Contributing author: PM Larsen (MIT) Contributing author: PM Larsen (MIT)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "compute_ptm_atom.h"
#include <algorithm> #include <algorithm>
#include <cmath> #include <cmath>
#include <cstdlib>
#include <cstring> #include <cstring>
#include <vector> #include <vector>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "compute_ptm_atom.h"
#include "error.h" #include "error.h"
#include "force.h" #include "force.h"
#include "memory.h" #include "memory.h"
@ -32,7 +31,6 @@ under
#include "neigh_list.h" #include "neigh_list.h"
#include "neigh_request.h" #include "neigh_request.h"
#include "neighbor.h" #include "neighbor.h"
#include "pair.h"
#include "update.h" #include "update.h"
#include "ptm_functions.h" #include "ptm_functions.h"

View File

@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#include <cfloat> #include <cfloat>
#include <cstring> #include <cstring>
#include <cassert> #include <cassert>
#include <algorithm>
#include "ptm_convex_hull_incremental.h" #include "ptm_convex_hull_incremental.h"
#include "ptm_constants.h" #include "ptm_constants.h"

View File

@ -12,19 +12,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#include "ptm_convex_hull_incremental.h" #include "ptm_convex_hull_incremental.h"
#include "ptm_deformation_gradient.h" #include "ptm_deformation_gradient.h"
#include "ptm_functions.h" #include "ptm_functions.h"
#include "ptm_graph_data.h"
#include "ptm_initialize_data.h" #include "ptm_initialize_data.h"
#include "ptm_neighbour_ordering.h" #include "ptm_neighbour_ordering.h"
#include "ptm_normalize_vertices.h" #include "ptm_normalize_vertices.h"
#include "ptm_polar.h" #include "ptm_polar.h"
#include "ptm_quat.h" #include "ptm_quat.h"
#include "ptm_structure_matcher.h" #include "ptm_structure_matcher.h"
#include <algorithm>
#include <cassert> #include <cassert>
#include <cfloat>
#include <cmath> #include <cmath>
#include <cstdio> #include <cstdio>
#include <cstdlib>
#include <cstring> #include <cstring>
static double calculate_interatomic_distance(int type, double scale) { static double calculate_interatomic_distance(int type, double scale) {

View File

@ -7,14 +7,8 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cmath>
#include <cfloat>
#include <cassert>
#include <algorithm>
#include "ptm_initialize_data.h" #include "ptm_initialize_data.h"
#include <cassert>
static void make_facets_clockwise(int num_facets, int8_t (*facets)[3], const double (*points)[3]) static void make_facets_clockwise(int num_facets, int8_t (*facets)[3], const double (*points)[3])

View File

@ -9,16 +9,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
//todo: normalize vertices //todo: normalize vertices
#include <cstdlib> #include "ptm_neighbour_ordering.h"
#include <cmath> #include <cmath>
#include <cstring> #include <cstring>
#include <cassert> #include <cassert>
#include <algorithm> #include <algorithm>
#include <set> #include <set>
#include <vector>
#include "ptm_constants.h" #include "ptm_constants.h"
#include "ptm_voronoi_cell.h" #include "ptm_voronoi_cell.h"
#include "ptm_neighbour_ordering.h"
#include "ptm_normalize_vertices.h"
namespace ptm { namespace ptm {

View File

@ -11,7 +11,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
#define PTM_POLAR_H #define PTM_POLAR_H
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
namespace ptm { namespace ptm {

View File

@ -7,9 +7,9 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "ptm_quat.h"
#include <cstring> #include <cstring>
#include <cmath> #include <cmath>
#include <cfloat>
#include <algorithm> #include <algorithm>

View File

@ -52,7 +52,7 @@ such enhancements or derivative works thereof, in binary and source code form.
* \brief Function implementations for the voronoicell and related classes. */ * \brief Function implementations for the voronoicell and related classes. */
#include <cmath> #include <cmath>
#include <cstring> #include <cstdio>
#include <cstdlib> #include <cstdlib>
#include "ptm_voronoi_config.h" #include "ptm_voronoi_config.h"
#include "ptm_voronoi_cell.h" #include "ptm_voronoi_cell.h"

View File

@ -56,9 +56,6 @@ such enhancements or derivative works thereof, in binary and source code form.
#define PTM_VOROPP_CELL_HH #define PTM_VOROPP_CELL_HH
#include <vector> #include <vector>
#include <cstdio>
#include "ptm_voronoi_config.h"
namespace ptm_voro { namespace ptm_voro {

View File

@ -23,21 +23,18 @@
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "atom_vec_smd.h" #include "atom_vec_smd.h"
#include <cmath>
#include <cstring> #include <cstring>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "domain.h" #include "domain.h"
#include "modify.h" #include "modify.h"
#include "fix.h" #include "fix.h"
#include "fix_adapt.h"
#include "math_const.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "utils.h" #include "utils.h"
using namespace LAMMPS_NS; using namespace LAMMPS_NS;
using namespace MathConst;
#define NMAT_FULL 9 #define NMAT_FULL 9
#define NMAT_SYMM 6 #define NMAT_SYMM 6

View File

@ -23,13 +23,12 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstring>
#include "compute_smd_contact_radius.h" #include "compute_smd_contact_radius.h"
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -23,13 +23,12 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstring>
#include "compute_smd_damage.h" #include "compute_smd_damage.h"
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -29,7 +29,6 @@
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -23,13 +23,12 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstring>
#include "compute_smd_plastic_strain.h" #include "compute_smd_plastic_strain.h"
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -23,13 +23,12 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstring>
#include "compute_smd_plastic_strain_rate.h" #include "compute_smd_plastic_strain_rate.h"
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -22,13 +22,12 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstring>
#include "compute_smd_rho.h" #include "compute_smd_rho.h"
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -22,20 +22,16 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <Eigen/Eigen>
#include "compute_smd_tlsph_defgrad.h" #include "compute_smd_tlsph_defgrad.h"
#include <cstring>
#include <Eigen/Eigen>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "pair.h"
using namespace Eigen; using namespace Eigen;
using namespace std; using namespace std;
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -22,13 +22,9 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <Eigen/Eigen>
#include <Eigen/Geometry>
#include "compute_smd_tlsph_shape.h" #include "compute_smd_tlsph_shape.h"
#include <cstring>
#include <Eigen/Eigen>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"

View File

@ -23,12 +23,9 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <Eigen/Eigen>
#include "compute_smd_tlsph_strain.h" #include "compute_smd_tlsph_strain.h"
#include <cstring>
#include <Eigen/Eigen>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"

View File

@ -22,9 +22,10 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "compute_smd_tlsph_stress.h"
#include <cmath>
#include <cstring> #include <cstring>
#include <Eigen/Eigen> #include <Eigen/Eigen>
#include "compute_smd_tlsph_stress.h"
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"

View File

@ -23,22 +23,15 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <Eigen/Eigen>
#include "compute_smd_triangle_vertices.h" #include "compute_smd_triangle_vertices.h"
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "pair.h"
using namespace Eigen;
using namespace std; using namespace std;
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -23,22 +23,15 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <Eigen/Eigen>
#include "compute_smd_ulsph_strain.h" #include "compute_smd_ulsph_strain.h"
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "pair.h"
using namespace Eigen;
using namespace std; using namespace std;
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -22,9 +22,10 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "compute_smd_ulsph_stress.h"
#include <cmath>
#include <cstring> #include <cstring>
#include <Eigen/Eigen> #include <Eigen/Eigen>
#include "compute_smd_ulsph_stress.h"
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"

View File

@ -22,13 +22,13 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstring>
#include "compute_smd_vol.h" #include "compute_smd_vol.h"
#include <mpi.h>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"
#include "comm.h" #include "comm.h"
#include "force.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"

View File

@ -22,21 +22,14 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstdlib>
#include <cstring>
#include "fix_smd_adjust_dt.h" #include "fix_smd_adjust_dt.h"
#include "atom.h" #include <mpi.h>
#include <cstdlib>
#include "update.h" #include "update.h"
#include "integrate.h"
#include "domain.h"
#include "lattice.h"
#include "force.h" #include "force.h"
#include "pair.h" #include "pair.h"
#include "modify.h" #include "modify.h"
#include "fix.h" #include "fix.h"
#include "output.h"
#include "dump.h"
#include "comm.h" #include "comm.h"
#include "error.h" #include "error.h"

View File

@ -22,22 +22,16 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <Eigen/Eigen>
#include "fix_smd_integrate_tlsph.h" #include "fix_smd_integrate_tlsph.h"
#include <cmath>
#include <cstring>
#include <Eigen/Eigen>
#include "atom.h" #include "atom.h"
#include "force.h" #include "force.h"
#include "update.h" #include "update.h"
#include "error.h" #include "error.h"
#include "pair.h" #include "pair.h"
#include "neigh_list.h"
#include "domain.h"
#include "neighbor.h"
#include "comm.h" #include "comm.h"
#include "modify.h"
using namespace Eigen; using namespace Eigen;
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -22,25 +22,16 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio> #include "fix_smd_integrate_ulsph.h"
#include <cmath> #include <cmath>
#include <cstdlib>
#include <cstring> #include <cstring>
#include <Eigen/Eigen> #include <Eigen/Eigen>
#include "fix_smd_integrate_ulsph.h"
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "update.h" #include "update.h"
#include "integrate.h"
#include "respa.h"
#include "memory.h"
#include "error.h" #include "error.h"
#include "pair.h" #include "pair.h"
#include "domain.h"
using namespace Eigen; using namespace Eigen;
using namespace LAMMPS_NS; using namespace LAMMPS_NS;

View File

@ -22,25 +22,15 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstdio>
#include <cstring>
#include <cmath>
#include <cstdlib>
#include <Eigen/Eigen>
#include "fix_smd_move_triangulated_surface.h" #include "fix_smd_move_triangulated_surface.h"
#include <cmath>
#include <cstring>
#include <Eigen/Eigen>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "force.h" #include "force.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "update.h" #include "update.h"
#include "integrate.h"
#include "respa.h"
#include "memory.h"
#include "error.h" #include "error.h"
#include "pair.h"
#include "domain.h"
#include "math_const.h" #include "math_const.h"
using namespace Eigen; using namespace Eigen;

View File

@ -23,9 +23,9 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cstring>
#include <cstdlib>
#include "fix_smd_setvel.h" #include "fix_smd_setvel.h"
#include <mpi.h>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.h"

View File

@ -24,20 +24,16 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <mpi.h>
#include <cstring>
#include <cstdio>
#include <Eigen/Eigen>
#include "fix_smd_tlsph_reference_configuration.h" #include "fix_smd_tlsph_reference_configuration.h"
#include <mpi.h>
#include <Eigen/Eigen>
#include "atom.h" #include "atom.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"
#include "lattice.h" #include "lattice.h"
#include "force.h" #include "force.h"
#include "pair.h" #include "pair.h"
#include "update.h" #include "update.h"
#include "modify.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "domain.h" #include "domain.h"

View File

@ -35,7 +35,6 @@ FixStyle(SMD_TLSPH_NEIGHBORS,FixSMD_TLSPH_ReferenceConfiguration)
#define LMP_FIX_SMD_TLSPH_REFERENCE_H #define LMP_FIX_SMD_TLSPH_REFERENCE_H
#include "fix.h" #include "fix.h"
#include "my_page.h"
namespace LAMMPS_NS { namespace LAMMPS_NS {

View File

@ -15,21 +15,15 @@
Contributing authors: Mike Parks (SNL), Ezwanur Rahman, J.T. Foster (UTSA) Contributing authors: Mike Parks (SNL), Ezwanur Rahman, J.T. Foster (UTSA)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cstring>
#include <cstdio>
#include <Eigen/Eigen>
#include "fix_smd_wall_surface.h" #include "fix_smd_wall_surface.h"
#include <mpi.h>
#include <cstring>
#include <cstdlib>
#include <Eigen/Eigen>
#include "atom.h" #include "atom.h"
#include "domain.h" #include "domain.h"
#include "force.h" #include "force.h"
#include "comm.h" #include "comm.h"
#include "update.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "pair.h"
#include "lattice.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "atom_vec.h" #include "atom_vec.h"

View File

@ -26,17 +26,14 @@
Contributing author: Mike Parks (SNL) Contributing author: Mike Parks (SNL)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_smd_hertz.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cfloat>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "pair_smd_hertz.h"
#include "atom.h" #include "atom.h"
#include "domain.h" #include "domain.h"
#include "force.h" #include "force.h"
#include "update.h"
#include "modify.h"
#include "fix.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -22,15 +22,13 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cfloat>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <iostream>
#include <map>
#include <Eigen/Eigen>
#include "pair_smd_tlsph.h" #include "pair_smd_tlsph.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <string>
#include <iostream>
#include <Eigen/Eigen>
#include "fix_smd_tlsph_reference_configuration.h" #include "fix_smd_tlsph_reference_configuration.h"
#include "atom.h" #include "atom.h"
#include "domain.h" #include "domain.h"
@ -41,12 +39,9 @@
#include "fix.h" #include "fix.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h" #include "neigh_request.h"
#include "memory.h" #include "memory.h"
#include "error.h" #include "error.h"
#include "math_special.h"
#include "update.h"
#include "smd_material_models.h" #include "smd_material_models.h"
#include "smd_kernels.h" #include "smd_kernels.h"
#include "smd_math.h" #include "smd_math.h"

View File

@ -26,20 +26,15 @@
Contributing author: Mike Parks (SNL) Contributing author: Mike Parks (SNL)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "pair_smd_triangulated_surface.h"
#include <mpi.h>
#include <cmath> #include <cmath>
#include <cfloat>
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include <cstdio>
#include <iostream>
#include <Eigen/Eigen> #include <Eigen/Eigen>
#include "pair_smd_triangulated_surface.h"
#include "atom.h" #include "atom.h"
#include "domain.h" #include "domain.h"
#include "force.h" #include "force.h"
#include "update.h"
#include "modify.h"
#include "fix.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -22,19 +22,13 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include <cfloat>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <iostream>
#include "pair_smd_ulsph.h" #include "pair_smd_ulsph.h"
#include <cmath>
#include <cstring>
#include "atom.h" #include "atom.h"
#include "domain.h" #include "domain.h"
#include "force.h" #include "force.h"
#include "update.h" #include "update.h"
#include "modify.h"
#include "fix.h"
#include "comm.h" #include "comm.h"
#include "neighbor.h" #include "neighbor.h"
#include "neigh_list.h" #include "neigh_list.h"

View File

@ -21,6 +21,10 @@
See the README file in the top-level LAMMPS directory. See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "smd_material_models.h"
#include <cmath>
#include <cstdlib>
#include <utility>
#include <iostream> #include <iostream>
#include <cstdio> #include <cstdio>
#include "math_special.h" #include "math_special.h"