- 06 Feb, 2009 8 commits
-
-
Mark Olesen authored
- 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.
-
Mark Olesen authored
-
Mark Olesen authored
Conflicts: src/OpenFOAM/db/Time/findInstance.C
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
- removed the previously added fileName type(), isDir(), isFile() methods. - added optional bool parameter to isFile() function to explicitly enable/disable the check for gzip files. - fixed minor bugginess where the default usage of isFile() would result in false positive matches. - be slightly more stringent and use isDir() and isFile() instead of exists() function when we actually know the expected type.
-
Mark Olesen authored
-
- 05 Feb, 2009 13 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- add placeholder BoundaryMesh to surfMesh allows us to drop the SurfGeoMesh class and just reuse the GeoMesh class. Do the same for triSurface.
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Mark Olesen authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
- 04 Feb, 2009 7 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- renamed surface regions (formerly patches or groups) to surfZone. - added surfMesh, but without any of the patch information needed to make it useful for finiteArea. - promoted coordinateSystem transformation to surfaceMeshConvert and moved old to surfaceMeshConvertTesting.
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- 03 Feb, 2009 6 commits
-
-
Andrew Heather authored
-
-
henry authored
-
henry authored
important e.g. in atmospheric flows.
-
Andrew Heather authored
-
Andrew Heather authored
-
- 02 Feb, 2009 6 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-