Updated documentation for the distribute(const polyDistributionMap&) function
This commit is contained in:
@ -151,7 +151,7 @@ public:
|
||||
//- Update for mesh changes
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
//- Redistribute or update using the given distribution map
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
|
||||
@ -193,7 +193,7 @@ public:
|
||||
//- Update for mesh changes
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
//- Redistribute or update using the given distribution map
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
|
||||
@ -138,7 +138,7 @@ public:
|
||||
//- Update for mesh changes
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
//- Redistribute or update using the given distribution map
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
|
||||
@ -177,7 +177,7 @@ public:
|
||||
//- Update for mesh changes
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
//- Redistribute or update using the given distribution map
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
|
||||
@ -176,7 +176,7 @@ public:
|
||||
//- Update for mesh changes
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
//- Redistribute or update using the given distribution map
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
|
||||
@ -197,7 +197,7 @@ public:
|
||||
//- Update for mesh changes
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
//- Redistribute or update using the given distribution map
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
|
||||
@ -167,7 +167,7 @@ public:
|
||||
//- Update for mesh changes
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
//- Redistribute or update using the given distribution map
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
|
||||
Reference in New Issue
Block a user