modification to the base code for MPI-developement up to processor boundaries

This commit is contained in:
Hamidreza Norouzi
2024-04-27 09:03:19 -07:00
parent 5c65b92008
commit e7215159af
44 changed files with 646 additions and 477 deletions

View File

@ -31,7 +31,12 @@ class particleIdHandler
:
public uint32PointField_D
{
private:
virtual
bool initialIdCheck()=0;
public:
/// class info
@ -53,7 +58,9 @@ public:
Pair<uint32, uint32> getIdRange(uint32 nNewParticles)=0;
virtual
bool initialIdCheck()=0;
uint32 maxId()const = 0;
// heat change for possible insertion of particles
// overrdie from internalField