Draft examples, patches, clarify interface reconstruct in RHEO

This commit is contained in:
jtclemm
2024-05-19 11:22:52 -06:00
parent 343f8afbf6
commit 8d25c510c1
32 changed files with 1265 additions and 274 deletions

View File

@ -43,6 +43,7 @@ class ComputeRHEOVShift : public Compute {
int nmax_store;
double dtv, cut, cutsq, cutthird;
int surface_flag, interface_flag;
double *rho0;
class NeighList *list;
class ComputeRHEOInterface *compute_interface;