Skip to content
Snippets Groups Projects
Commit 7da0b5be authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

ENH: trap negative blockMesh expansions and treat as their inverse

- A negative expansion ratio is geometrically invalid and will
  normally cause issues (FatalError).
  However, we can trap this type of input and interpret it as the
  inverse expansion ratio - ie, the expansion ratio in the opposite
  direction. This can be especially convenient when generating a blockMesh
  with a symmetrical expansion. It permits using the same expansion
  ratio (with a sign change) instead of providing the reciprocal values
  manually.

COMP: revert demand-driven point creation in blockMesh (db9b35b5)

- appears to have caused a dangling reference on some systems

ENH: add a lightweight ijkAddressing class

- it can be used for an i-j-k to linear lookup of meshes or fields,
  where applicable.
parent 1dc9e7c4
No related merge requests found
Showing
with 686 additions and 242 deletions
  • Mark OLESEN @mark

    mentioned in commit 61f8b6f5671841f84be589686ba8a806edc03209

    ·

    mentioned in commit 61f8b6f5671841f84be589686ba8a806edc03209

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 8d29896f

    ·

    mentioned in commit 8d29896f

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 9762b547

    ·

    mentioned in commit 9762b547

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 7d04ef70

    ·

    mentioned in commit 7d04ef70

    Toggle commit list
  • Mark OLESEN @mark

    mentioned in commit 7795f32f

    ·

    mentioned in commit 7795f32f

    Toggle commit list
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