mortong sorting added, contactList left

This commit is contained in:
Hamidreza Norouzi
2023-04-09 08:06:35 -07:00
parent b5572d3f7f
commit 93945516cb
20 changed files with 752 additions and 28 deletions

View File

@ -241,18 +241,7 @@ public:
return shapeName_;
}
bool beforeIteration() override
{
auto domain = this->control().domain();
auto numMarked = dynPointStruct_.markDeleteOutOfBox(domain);
this->zeroForce();
this->zeroTorque();
return true;
}
bool beforeIteration() override;
virtual
bool insertParticles