Updated documentation for the distribute(const polyDistributionMap&) function

This commit is contained in:
Henry Weller
2022-04-01 09:11:09 +01:00
parent cd2f614a48
commit 1aa194e18b
53 changed files with 53 additions and 53 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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