- Mar 29, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- operators are still incomplete, as are dimensioned fields, field-fields etc. - split complexFields into separate complexField, complexVectorField files
-
Mark OLESEN authored
- add construction from and conversion to std::complex, which allows easier wrapping of functions - add Foam:: functions for complex versions of sin, cos, ...
-
- Mar 27, 2019
-
-
Mark OLESEN authored
- grid(i,j,k) method for returning the grid point at an i-j-k location
-
- 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
-