add restart support to fix deform. only "initial" data is restored and some consistency check performed

This commit is contained in:
Axel Kohlmeyer
2017-06-10 17:28:17 -04:00
parent dd44189d1f
commit daa77176ad
3 changed files with 49 additions and 14 deletions

View File

@ -35,6 +35,8 @@ class FixDeform : public Fix {
void init();
virtual void pre_exchange();
virtual void end_of_step();
virtual void write_restart(FILE *);
virtual void restart(char *buf);
double memory_usage();
protected: