mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
mortong sorting added, contactList left
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user