coupling modifictions for timeControl and iterate

This commit is contained in:
hamidrezanorouzi
2023-01-08 14:06:26 +03:30
parent fef0c4fe96
commit 782c0d5667
5 changed files with 100 additions and 15 deletions

View File

@ -82,6 +82,8 @@ protected:
return interaction_();
}
void loop();
public:
TypeInfo("sphereDEMSystem");
@ -128,7 +130,12 @@ public:
bool beforeIteration() override;
bool iterate(int32 n, real timeToWrite, word timeName) override;
bool iterate(
real upToTime,
real timeToWrite,
word timeName) override;
bool iterate(real upToTime) override;
real maxBounndingSphereSize()const override;