- Apr 04, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- this adds support for various STL operations including * sorting, filling, find min/max element etc. * for-range iteration STYLE: use constexpr for VectorSpace rank
-
- Apr 03, 2019
-
-
Mark OLESEN authored
- consistent with use of <cstdlib> and makes for a stronger distinct from Foam::abort etc.
-
- Apr 02, 2019
-
-
Mark OLESEN authored
-
- Apr 04, 2019
-
-
Mark OLESEN authored
- this improves overall consistency and makes re-reading as a generic patch field behave properly when the underlying patch has zero size.
-
Mark OLESEN authored
- use git show/diff -w when viewing
-
- Apr 03, 2019
-
-
Mark OLESEN authored
- add an additional test for wmake pre-processing
-
- Apr 05, 2019
-
-
Mark OLESEN authored
- similar to the global '/' operator, but taking raw strings and not performing any stripping. Was previously a local function within POSIX.C, but it is useful enough to be in fileName itself.
-
- Apr 01, 2019
-
-
Mark OLESEN authored
- having whitespace in fileName can be somewhat fragile since it means that the fileName components do not necessarily correspond to a 'Foam::word'. But in many cases it will work provided that spaces are not present in the final portion of the simulation directory itself. InfoSwitches { // Allow space character in fileName (use with caution) allowSpaceInFileName 0; } - now use doClean=true as default for fileName::validate(). Was false. Unlike fileName::clean() this requires no internal string rewrite since the characters are being copied. Also handle any path separator transformations (ie, backslash => forward slash) at the same time. This makes it resemble the std::filesystem a bit more.
-
- Apr 04, 2019
- 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
-