- 02 Jul, 2018 1 commit
-
-
Mark Olesen authored
-
- 27 Apr, 2018 1 commit
-
-
Mark Olesen authored
-
- 25 Apr, 2018 1 commit
-
-
Mark Olesen authored
ENH: inherit DynList from UList and use FixedList/List for internal storage See merge request !3
-
- 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.
-
- 26 Mar, 2018 1 commit
-
-
Mark Olesen authored
-
- 21 Feb, 2018 1 commit
-
-
Mark Olesen authored
- avoids needless creation of a regExg and comparison when the content is a plain string anyhow
-
- 22 Jan, 2018 1 commit
-
-
Mark Olesen authored
-
- 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 4 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
-
Mark Olesen authored
-
- 18 Dec, 2017 1 commit
-
-
Mark Olesen authored
-
- 13 Dec, 2017 8 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
Namespace and tutorial adjustments See merge request !2
-
Mark Olesen authored
Integration update methods See merge request !1
-
Mark Olesen authored
The tutorials cartesianMesh/bunnyOctree, cartesianMesh/sBendOctree do not run through very smoothly, so tagged as 'Optional' for now
-
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 6 commits
-
-
Mark Olesen authored
- Eg, readIfPresent() instead of found() followed by lookup()
-
Mark Olesen authored
-
Mark Olesen authored
- use FUNCTION_NAME for IO checks
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
-
- 25 Sep, 2017 1 commit
-
-
Mark Olesen authored
-
- 20 Sep, 2017 1 commit
-
-
Franjo 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 4 commits
- 29 Jul, 2017 1 commit
-
-