- 10 Jan, 2020 1 commit
-
-
OpenFOAM bot authored
-
- 02 Oct, 2019 1 commit
-
-
Mark Olesen authored
- use keyType::LITERAL instead of (false, false)
-
- 09 Aug, 2019 1 commit
-
-
Mark Olesen authored
-
- 29 Apr, 2019 1 commit
-
-
Mark Olesen authored
-
- 09 Jan, 2019 1 commit
-
-
Mark Olesen authored
- makes benefit of changes in OpenFOAM-v1812 to avoid future uncertainty about which 'normal' is meant.
-
- 03 Dec, 2018 1 commit
-
-
Philippose Rajan authored
This reverts commit 0cb890e0. - fixes regression noted in issue #6 - Note that this is not a style change, but a fundamental issue with how cfmesh is currently handling the patch names. In a few places the names are treated as regular expressions. A proper keyType or wordRe should have been used on the input, but needs to be addressed in the future.
-
- 03 Nov, 2018 1 commit
-
-
Mark Olesen authored
-
- 02 Jul, 2018 1 commit
-
-
Mark Olesen authored
-
- 23 Apr, 2018 1 commit
-
-
Mark Olesen authored
- improves alignment of DynList with other OpenFOAM list containers (especially DynamicList), increases code reuse, simplifies memory management.
-
- 21 Feb, 2018 1 commit
-
-
Mark Olesen authored
- avoids needless creation of a regExg and comparison when the content is a plain string anyhow
-
- 09 Jan, 2018 1 commit
-
-
Mark Olesen authored
- more consistent with other OpenFOAM containers. With the exception of meshSubset, the other classes already had the found() and find() methods added previously.
-
- 08 Jan, 2018 3 commits
-
-
Mark Olesen authored
- consistent with the static sizing of FixedList, but signed for convenience
-
Mark Olesen authored
* The generic templated constructor and assignment Eg, template<class ListType> DynList(const ListType& lst) Provides the best candidate when there is a int32/int64 mismatch: DynList<int64_t> list(10) The cleanest solution would be avoid the generic templated versions entirely, but they are needed when converting from rows of graph data (which are stored as LongList). However, this approach introduced some odd regressions.
-
Mark Olesen authored
- erroneous conversion from LongList to DynList
-
- 18 Dec, 2017 1 commit
-
-
Mark Olesen authored
-
- 13 Dec, 2017 5 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- avoids potential collisions and allows easier migration of classes into OpenFOAM itself - use fully-qualified names in implementation
-
Mark Olesen authored
- the previous code used a dual-purposed graphRow for non-const/const access. However, clang 4.0 rightly identifies there being no constructor path from "graphRow<T>" to a "graphRow<const T>". Since the row-access is a somewhat similar concept to an STL-iterator, now provide non-const and const versions of the row access.
-
Mark Olesen authored
-
- 22 Nov, 2017 1 commit
-
-
Mark Olesen authored
-
- 04 Nov, 2017 2 commits
-
-
Mark Olesen authored
- use range-for when iterating over HashSet - prefer forAllIters(), forAllConstIters() with automatic decltype
-
Mark Olesen authored
containsAtPosition -> find contains -> found lastElement -> last removeLastElement -> remove() removeElement(int) -> [TODO] remove(int, bool) fcElement -> fcValue rcElement -> rcValue
-
- 27 Oct, 2017 5 commits
-
-
Mark Olesen authored
- Eg, readIfPresent() instead of found() followed by lookup()
-
Mark Olesen authored
- use FUNCTION_NAME for IO checks
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
-
- 14 Sep, 2017 1 commit
-
-
Andrew Heather authored
-
- 14 Aug, 2017 1 commit
-
-
Franjo authored
-
- 31 Jul, 2017 1 commit
-
-
Franjo authored
-
- 30 Jul, 2017 2 commits
- 25 May, 2017 4 commits
-
-
Tomislav Maric authored
-
Tomislav Maric authored
-
Philippose authored
-
Tomislav Maric authored
Using UPstream::commsTypes::blocking everywhere.This should work on other versions besides -dev.
-
- 16 Apr, 2017 1 commit
-
-
Franjo authored
-
- 14 Oct, 2016 1 commit
-
-
Philippose authored
-
- 10 Oct, 2016 1 commit
-
-
Franjo authored
-