- 09 Dec, 2022 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 26 Oct, 2022 1 commit
-
-
Mark OLESEN authored
- the wmake rules will be slimmed down in the future
-
- 23 Jun, 2022 1 commit
-
-
Mark OLESEN authored
-
- 10 Jun, 2022 1 commit
-
-
Mark OLESEN authored
-
- 29 Nov, 2021 1 commit
-
-
Mark OLESEN authored
-
- 08 Sep, 2021 1 commit
-
-
Mark OLESEN authored
-
- 18 May, 2021 1 commit
-
-
Mark OLESEN authored
- appendUniq() instead of appendIfNotIn() - IOobject::selectIO instead of decompositionModel::selectIO
-
- 17 Mar, 2021 1 commit
-
-
Mark OLESEN authored
-
- 27 Jan, 2021 1 commit
-
-
Mark OLESEN authored
-
- 07 Jun, 2020 1 commit
-
-
Mark OLESEN authored
-
- 15 Jan, 2020 1 commit
-
-
Mark OLESEN authored
-
- 10 Jan, 2020 2 commits
-
-
Mark OLESEN authored
-
OpenFOAM bot authored
-
- 02 Oct, 2019 1 commit
-
-
Mark OLESEN authored
- use keyType::LITERAL instead of (false, false)
-
- 25 Sep, 2019 1 commit
-
-
Mark OLESEN authored
-
- 13 Aug, 2019 1 commit
-
-
Mark OLESEN authored
COMP: change from contiguous as function to is_contiguous as struct See merge request !6
-
- 09 Aug, 2019 1 commit
-
-
Mark OLESEN authored
-
- 31 May, 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.
-
- 21 Dec, 2018 1 commit
-
-
Mark OLESEN authored
Final content for 1812 release
-
- 11 Dec, 2018 1 commit
-
-
Mark OLESEN authored
-
- 03 Dec, 2018 2 commits
-
-
Mark OLESEN authored
Temporary fix for regexp entries in patchnames See merge request !5
-
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
-
- 28 Jun, 2018 1 commit
-
-
Mark OLESEN authored
Final content for 1806 release Closes #4 See merge request !4
-
- 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
-