reconstructPar: Updated tutorials to use reconstructPar rather than reconstructParMesh
This commit is contained in:
@ -11,7 +11,6 @@ runApplication setFields
|
||||
|
||||
runApplication decomposePar -cellDist
|
||||
runParallel $(getApplication)
|
||||
runApplication reconstructParMesh -cellDist
|
||||
runApplication reconstructPar
|
||||
runApplication reconstructPar -cellDist
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -16,7 +16,6 @@ runParallel setFields
|
||||
runParallel $(getApplication)
|
||||
|
||||
# Reconstruct
|
||||
runApplication reconstructParMesh -constant
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
@ -19,7 +19,6 @@ runApplication -a decomposePar -fields -copyZero
|
||||
runParallel $(getApplication)
|
||||
|
||||
# Reconstruct
|
||||
runApplication reconstructParMesh -constant
|
||||
runApplication reconstructPar
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user