openfoam/src/OpenFOAM/meshes
Mark Olesen 21f037e3a0 ENH: single/double value reset method for MinMax
- resets min/max to be identical to the specified value,
  which can be more convenient (and slightly more efficient) than doing
  a full reset followed by add()

- additional MinMax intersects() query, which works like overlaps()
  but with exclusive checks at the ends

- provide MinMax::operator&=() to replace (unused) intersect() method

ENH: single/double value reset method for boundBox

- boundBox::operator&=() to replace (rarely used) intersect() method.
  Deprecate boundBox::intersect() to avoid confusion with various
  intersects() method

COMP: provide triangleFwd.H
2022-10-31 18:36:14 +01:00
..
bandCompression ENH: relocate sortedOrder from ListOps.H to List.H 2022-05-09 14:52:47 +02:00
boundBox ENH: single/double value reset method for MinMax 2022-10-31 18:36:14 +01:00
data ENH: primitiveMesh: make geometry calculation runtime selectable 2020-12-11 10:31:34 +00:00
GeoMesh STYLE: consistency for usage of GeoMesh 2021-05-13 13:07:15 +02:00
Identifiers GIT: relocate coordinate from meshTools -> OpenFOAM 2022-05-31 10:05:17 +02:00
ijkMesh ENH: improve alignment of tetCell and cellShape 2021-07-28 11:35:08 +02:00
lduMesh ENH: add internal parRun guards to some UPstream methods 2022-09-22 11:50:50 +02:00
MeshObject Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
meshShapes ENH: support construction of pointIndexHit from pointHit 2022-10-31 18:36:14 +01:00
meshTools ENH: mergePoints and patch gatherAndMerge improvements (#2402) 2022-03-16 13:44:58 +01:00
pointMesh COMP: combine uindirectPrimitivePatch.H into indirectPrimitivePatch.H 2022-05-10 10:47:01 +02:00
polyMesh ENH: refactor IOobject options 2022-10-04 15:51:26 +02:00
preservePatchTypes GIT: Header file updates 2019-10-31 14:48:44 +00:00
primitiveMesh ENH: bounding sphere calculation for PrimitivePatch face 2022-10-31 18:36:14 +01:00
primitiveShapes ENH: single/double value reset method for MinMax 2022-10-31 18:36:14 +01:00
treeBoundBox ENH: boundBox improvements (#2609) 2022-10-12 13:19:44 +02:00