Skip to content
Snippets Groups Projects
Commit 0e01e530 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: add optional agglomeration coefficent to random decomposition

- specifies the number of consecutive cells to assign to the same
  randomly chosen processor. Can be used to have a less extremely
  random distribution for testing possible breaking points.

Eg,
    method random;

    coeffs
    {
        agglom  4;
    }

- Add finiteArea cellID (actually face ids) / faceLabel and procID
  for foamToVTK with -write-ids. Useful when this type of information
  is needed.
parent 8ee4efc6
Branches
Tags
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