- Apr 04, 2019
-
-
mattijs authored
-
- Apr 03, 2019
-
-
sergio authored
oversetInterpolationSuppressed dict.
-
- Apr 01, 2019
-
-
sergio authored
-
sergio authored
-
mattijs authored
-
Mark OLESEN authored
- can be useful for retrieving the compilation flags for use with other make systems (eg, cmake) * wmake -show-compile (C++ not C) * wmake -show-cxx * wmake -show-cxxflags
-
Mark OLESEN authored
-
- 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 26, 2019
- Mar 25, 2019
-
-
sergio authored
-
Andrew Heather authored
Snappy hex mesh proximity check See merge request OpenFOAM-plus!249
-
Mattijs Janssens authored
-
mattijs 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.
-