openfoam/applications/utilities/mesh/advanced
Mark Olesen 69918f23c5 consistency update
- OSspecific: chmod() -> chMod(), even although it's not used anywhere

- ListOps get subset() and inplaceSubset() templated on BoolListType

- added UList<bool>::operator[](..) const specialization.
  Returns false (actually pTraits<bool>::zero) for out-of-range elements.
  This lets us use List<bool> with lazy evaluation and no noticeable
  change in performance.

- use rcIndex() and fcIndex() wherever possible.
  Could check if branching or modulus is faster for fcIndex().

- UList and FixedList get 'const T* cdata() const' and 'T* data()' members.
  Similar to the STL front() and std::string::data() methods, they return a
  pointer to the first element without needing to write '&myList[0]', recast
  begin() or violate const-ness.
2009-02-06 20:43:09 +01:00
..
autoRefineMesh Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
collapseEdges consistency update 2009-02-06 20:43:09 +01:00
combinePatchFaces update copyrights for 2009 2008-12-31 19:01:56 +01:00
modifyMesh consistency update 2009-02-06 20:43:09 +01:00
refineHexMesh update copyrights for 2009 2008-12-31 19:01:56 +01:00
refinementLevel Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
refineWallLayer update copyrights for 2009 2008-12-31 19:01:56 +01:00
removeFaces update copyrights for 2009 2008-12-31 19:01:56 +01:00
selectCells update copyrights for 2009 2008-12-31 19:01:56 +01:00
splitCells Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00