Adding output option for reorganized peratom values

This commit is contained in:
jtclemm
2023-04-25 16:29:29 -06:00
parent 7fc916a1d4
commit be568d257d
27 changed files with 1443 additions and 449 deletions

View File

@ -42,11 +42,12 @@ class ComputeRHEOVShift : public Compute {
private:
int nmax_store;
double dtv, cut, cutsq, cutthird;
int surface_flag;
int surface_flag, interface_flag;
class NeighList *list;
class ComputeRHEOInterface *compute_interface ;
class ComputeRHEOInterface *compute_interface;
class ComputeRHEOKernel *compute_kernel;
class ComputeRHEOSurface *compute_surface;
};
} // namespace LAMMPS_NS