- Apr 29, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
mattijs authored
-
Mark OLESEN authored
-
- Apr 28, 2019
-
-
Mark OLESEN authored
- Eg, with surface writers now in surfMesh, there are fewer libraries depending on conversion and sampling. COMP: regularize linkage ordering and avoid some implicit linkage (#1238)
-
- Apr 26, 2019
-
-
Mark OLESEN authored
- avoids unnecessary cyclic dependency
-
- Apr 29, 2019
-
-
Mark OLESEN authored
-
- Apr 26, 2019
-
-
Mark OLESEN authored
- change internal naming from 'EXE_EXT' to 'EXT_EXE' for symmetry with 'EXT_SO'
-
Mark OLESEN authored
- continuation of commit 0e7954c2 ENH: downgrade abort() to exit() in some places (#1238)
-
Mark OLESEN authored
-
- Apr 29, 2019
-
-
Andrew Heather authored
Feature indirect lists See merge request OpenFOAM-plus!253
-
Mattijs Janssens authored
See merge request OpenFOAM-plus!254
-
mattijs authored
-
- Apr 26, 2019
-
-
Mark OLESEN authored
- now also track if the cellSet or cellZone has changed on point motion.
-
Mark OLESEN authored
- also available as equal() member function
-
Mark OLESEN authored
-
Mark OLESEN authored
- make I/O operators global (non-member)
-
- Apr 25, 2019
-
-
Mark OLESEN authored
-
mattijs authored
Patch contributed by Gavin Ridley.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
mattijs authored
- in case of cell overlapping a patch : set cell to hole always - in case of cell changing from hole to calculated: set to hole and continue. Do so before 'flood filling' holes. Patch supplied by Nicolas Edh.
-
- Apr 24, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- unnecessary. Can deduce labelRange from the pair of labels. These are all the same: list[labelRange(18,3)] = 100; list[labelRange{18,3}] = 100; list[{18,3}] = 100; Removing the run-time handling of std::initializer_list in favour of compile-time deduction allows the future use of sliceRange as well. Eg, list[sliceRange{18,3,2}] = 100; list[{18,3,2}] = 100;
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Apr 18, 2019
-
-
mattijs authored
- Enhancements provided by Y. Inoue at RIST (http://www.hpci-office.jp) - Use allToAll to only swap local data (excludes master processor; saves memory) - Memory saving is noticeable >= 4000 cores
-
- Apr 17, 2019
-
-
mattijs authored
This fixed the MeshObject on Time but produced problems for the non-regIOobject MeshObjects.
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Apr 16, 2019
-
-
Mark OLESEN authored
-