reconstructParMesh.C File Reference

Reconstructs a mesh using geometric information only. More...

Go to the source code of this file.

Detailed Description

Reconstructs a mesh using geometric information only.

Original source file reconstructParMesh.C

Writes point/face/cell procAddressing so afterwards reconstructPar can be used to reconstruct fields.

Usage
reconstructParMesh [OPTION]

Options:

  • -fullMatch
    Does geometric matching on all boundary faces. Assumes no point ordering
  • -procMatch
    Assumes processor patches already in face order but not point order. This is the pre v2106 default behaviour but might be removed if the new topological method works well
  • -mergeTol <tol>
    Specifies non-default merge tolerance (fraction of mesh bounding box) for above options
    The default is to assume all processor boundaries are correctly ordered (both faces and points) in which case no merge tolerance is needed.

Definition in file reconstructParMesh.C.