Commit Graph

11 Commits

Author SHA1 Message Date
18eb2d7099 STYLE: Typo in warning message 2010-03-04 13:47:51 +00:00
e931525a0f BUG: sets relating to geometry (most mesh errors) should be written to
pointsInstance.

For now also dump topology related sets to pointsInstance since otherwise
paraFoam cannot see them (only looks at first 'sets' directory when searching
back)
2010-01-28 12:19:17 +00:00
4c13ef589b faceZone checking. wip 2009-07-09 11:57:21 +01:00
e28256477a checks on zones 2009-06-30 22:16:01 +01:00
00328814d9 disconnected cell check 2009-03-06 13:34:35 +00:00
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
d6b247a3b1 added static data boundBox::greatBox and boundBox::invertedBox
- boundBox::invertedBox is useful for initializing our own calculations
- NOTE treeBoundBox::greatBox is still in place, since it uses GREAT
  instead of VGREAT. If this is only historical, we can drop it.
2008-11-22 11:15:20 +01:00
0bbc8fd2c4 parallel checkMesh 2008-10-07 18:24:56 +01:00
4b5809ea7b Printing of bounding box of patches 2008-05-16 14:00:22 +01:00
e1938c7a0c Edge alignment check for 2D cases 2008-05-08 23:42:20 +01:00
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00