- Mar 26, 2019
-
-
Mark OLESEN authored
- normally findInstance will 'bottom out' with the constant directory while doing its reverse time search. This mechanism however fails when searching for negative start values (if there are none in the list). Add additional logic for this so that constant will also be used in these situations. Note: to have decomposePar work for all times, may need the -constant option to trigger the proper time list.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Mar 25, 2019
-
-
Mark OLESEN authored
- construct from positions - reset positions, minEdgeLen, find grid index ENH: add accessor for obtaining the size of a single i-j-k dimension - eg, obtain the 'i' dimension with any of these methods: ijkAddr.size(vector::X) ijkAddr.sizes().x() ijkAddr.sizes()[0]
-
sergio authored
-
Andrew Heather authored
Snappy hex mesh proximity check See merge request OpenFOAM-plus!249
-
Mattijs Janssens authored
-
Mark OLESEN authored
- construct/assign from Zero
-
- Mar 21, 2019
-
-
mattijs authored
-
- Mar 20, 2019
-
-
mattijs authored
-
- Mar 22, 2019
-
-
Kutalmış Berçin authored
-
Mark OLESEN authored
-
- Mar 21, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Mar 20, 2019
-
-
Mark OLESEN authored
-
- Mar 19, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Mar 18, 2019
-
-
Mark OLESEN authored
-
- Mar 15, 2019
-
-
Mark OLESEN authored
-
- Mar 14, 2019
-
-
Mark OLESEN authored
-
- Mar 15, 2019
-
-
Mark OLESEN authored
- add boundBox::directionBit enum which contains the same values as the treeBoundBox::octantBit enum, but without the attached meaning
-
Mark OLESEN authored
- These are not defined in the C++ standard for cmath, so allow for compilation without them. Will need to provide replacements in the future or rework.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Mar 14, 2019
-
-
Mark OLESEN authored
- new regExpCxx wrapper for C++11 regex support with drop-in compatibility with existing code. - regExpPosix (was regExp), for future phase out in favour of regExpCxx. - The regExp header will continue to be used for defining an appropriate typedef corresponding to the preferred implementation.
-
Mark OLESEN authored
- this information is more related to processor, not OS
-
Mark OLESEN authored
-
Mark OLESEN authored
- relocates some logic from makefiles/general into platform-specific overrides
-
mattijs authored
-
- Mar 13, 2019
-
-
mattijs authored
-
- Mar 14, 2019
-
-
Mark OLESEN authored
- for more clarity, make read/write of rpm and mean-diameter contingent on nonDimensional == true
-
- Mar 13, 2019
-
-
Mark OLESEN authored
- write finiteArea meshes and fields to standard surface output formats (Ensight, VTK, etc).
-
Mark OLESEN authored
- less used bookkeeping/convenience methods that may be phased out in the future
-
Mark OLESEN authored
-
Mark OLESEN authored
- instead of deciding beforehand if a surface format requires a separate geometry file (or if a geometry file should be written if no fields were written) now determine afterwards if something was written. This improves the overall reliability (consistency) and is more convenient for the caller as well.
-
Mark OLESEN authored
-
Mark OLESEN authored
- PtrDynList support for move append list: can be used to concatenate pointer lists into a single one - include resize in PtrDynList squeezeNull as being a natural combination - support sorting operations for pointer lists (PtrListOps)
-
Mark OLESEN authored
- comparison operator, for sorting based on the position of the origin. - allow modification of the origin. - zero-initialise for null constructor: base components are vectors and cheap to initialise. - 'unfriend' the output operator: it uses public access methods
-