mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
modification to the base code for MPI-developement up to processor boundaries
This commit is contained in:
@ -181,6 +181,12 @@ public:
|
||||
return contactTorque_;
|
||||
}
|
||||
|
||||
inline
|
||||
uint maxId()const
|
||||
{
|
||||
return idHandler_().maxId();
|
||||
}
|
||||
|
||||
bool beforeIteration() override;
|
||||
|
||||
bool iterate() override;
|
||||
|
Reference in New Issue
Block a user