openfoam/wmake
Mark Olesen 61aaacd088 ENH: adjust renumbering methods, extend renumberMesh options
- renumberMesh now has -dry-run, -write-maps, -no-fields,
  -renumber-method, -renumber-coeffs options.

  * Use -dry-run with -write-maps to visualize the before/after
    effects of renumbering (creates a VTK file).

  * -no-fields to renumber the mesh only.
    This is useful and faster when the input fields are uniform
    and the -overwrite option is specified.

  * -renumber-method allows a quick means of specifying a different
    default renumber method (instead of Cuthill-McKee).

    The -renumber-coeffs option allows passing of dictionary content
    for the method.

    Examples,

       // Different ways to specify reverse Cuthill-McKee

       *  -renumber-method RCM
       *  -renumber-coeffs 'reverse true;'
       *  -renumber-method CuthillMcKee
       *  -renumber-coeffs 'reverse true;'
       *  -renumber-coeffs 'method CuthillMcKee; reverse true;'

       // Other (without dictionary coefficients)
       *  renumberMesh -renumber-method random

       // Other (with dictionary coefficients)
       renumberMesh \
           -renumber-method spring \
           -renumber-coeffs 'maxCo 0.1; maxIter 1000; freezeFraction 0.99;'

       // Other (with additional libraries)
       renumberMesh -renumber-method zoltan -lib zoltanRenumber

COMP: build zoltan renumbering to MPI-specific location

- zoltan and Sloan renumbering are now longer automatically linked to
  the renumberMesh utility but must be separately loaded by a
  command-line option or through a dictionary "libs" entry.

ENH: add output cellID for decomposePar -dry-run -cellDist
2024-03-06 17:58:47 +01:00
..
etc COMP: increment lemon sources, fix stray comment char (wmkdepend) 2022-05-11 09:53:58 +02:00
makefiles COMP: stricter handling of openmp vs no-openmp 2023-12-11 15:56:00 +01:00
rules RELEASE: update API to v2312 2023-12-20 19:42:55 +01:00
scripts ENH: adjust renumbering methods, extend renumberMesh options 2024-03-06 17:58:47 +01:00
src ENH: support libz disabling via WM_COMPILE_CONTROL (as ~libz) 2022-11-15 14:00:18 +01:00
wclean STYLE: also mention -help-full on usage errors 2022-11-26 01:13:53 +01:00
wcleanLnIncludeAll ENH: update lemon version, wmake wrappers 2021-11-09 21:17:51 +01:00
wdep ENH: support wmakeLnInclude of C++ template files (.tcc, .tpp, .txx) 2022-11-16 13:11:40 +01:00
wmake CONFIG: enable use of stricter deprecation warnings 2023-08-21 08:39:36 +02:00
wmakeCheckPwd ENH: add 'subcommand' handling to wmake (#1693) 2020-05-12 10:05:24 +02:00
wmakeCollect ENH: support wmakeLnInclude of C++ template files (.tcc, .tpp, .txx) 2022-11-16 13:11:40 +01:00
wmakeLnInclude CONFIG: wmakeLnInclude with '-extra' option 2023-11-08 22:08:16 +01:00
wmakeLnIncludeAll CONFIG: wmakeLnInclude with '-extra' option 2023-11-08 22:08:16 +01:00
wrmdep ENH: support wmakeLnInclude of C++ template files (.tcc, .tpp, .txx) 2022-11-16 13:11:40 +01:00
wrmo ENH: support wmakeLnInclude of C++ template files (.tcc, .tpp, .txx) 2022-11-16 13:11:40 +01:00