Skip to content
Snippets Groups Projects
Commit 7e83263a authored by mattijs's avatar mattijs
Browse files

ENH: redistributePar: renamed redistributeMeshPar

parent fe2307d2
Branches
Tags
No related merge requests found
redistributeMeshPar.C
EXE = $(FOAM_APPBIN)/redistributeMeshPar
redistributePar.C
EXE = $(FOAM_APPBIN)/redistributePar
......@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application
redistributeMeshPar
redistributePar
Description
Redistributes existing decomposed mesh and fields according to the current
......@@ -42,7 +42,7 @@ Description
cp -r constant processor0
# Distribute
mpirun -np ddd redistributeMeshPar -parallel
mpirun -np ddd redistributePar -parallel
\endverbatim
\*---------------------------------------------------------------------------*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment