- Mar 28, 2019
-
-
mattijs authored
-
- Mar 27, 2019
-
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- The 'used()' method was for transitional compatibility with the now defunct PackedBoolList. The canonical method name for returning a labelList of 'on' bits is toc().
-
Mark OLESEN authored
-
Mark OLESEN authored
- was historically defined as (1 1), but it is more consistent with the concept of one to have a real component only. Now defined as (1 0): 1+0i STYLE: remove obscure '!' operator for complex conjugate - either use the member function or the '~' operator
-
mattijs authored
-
- Mar 25, 2019
-
-
mattijs authored
-
- Mar 26, 2019
- Mar 25, 2019
-
-
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
-