enable relancing to work with distributed grids

This commit is contained in:
Steve Plimpton
2022-08-11 13:28:50 -06:00
parent 0e1463fdaa
commit 58800b5191
36 changed files with 264 additions and 171 deletions

View File

@ -101,6 +101,8 @@ class Modify : protected Pointers {
virtual int min_dof();
virtual int min_reset_ref();
void reset_grid();
Fix *add_fix(int, char **, int trysuffix = 1);
Fix *add_fix(const std::string &, int trysuffix = 1);
Fix *replace_fix(const char *, int, char **, int trysuffix = 1);