- Oct 12, 2018
-
-
Mark OLESEN authored
- not used by the ISstream parser, but suitable for other parsing methods where true/false concept should be distinguishable from integer values. Only constructed via the token::boolean() static method, not directly assignable. This avoids any potential ambiguities with label.
-
- Oct 11, 2018
-
-
Mattijs Janssens authored
coordinate system improvements See merge request OpenFOAM-plus!211
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- avoids some doubled slashes STYLE: simplify concatenation of processor directory names
-
Mark OLESEN authored
- adjust member order in TimePaths to better packing
-
Mark OLESEN authored
-
- Oct 10, 2018
-
-
mattijs authored
-
Mark OLESEN authored
- local token shifting was missing when getting the next file chunk (while in the middle of parsing that text). As well as adding the correct shifting, also tag the local buffer with nullptr when it is done. Be extra paranoid and check the raw buffer range before passing off to std::string.
-
Mark OLESEN authored
- for finer control of the '-help' output text
-
mattijs authored
-
- Oct 09, 2018
-
-
Mark OLESEN authored
- this also removes the '-newTimes' option cruft from appearing everywhere. reconstructPar and redistributePar are unaffected by this since they define their own -newTimes option independently.
-
Andrew Heather authored
-
Mark OLESEN authored
Compilation problems on older compilers This reverts commit baf3e931.
-
Mark OLESEN authored
UPtrList::set(const label i, T* ptr); No-op if the new pointer value is identical to the current content. This avoid memory management issues.
-
- Oct 08, 2018
- Oct 07, 2018
-
-
Mark OLESEN authored
- useful for customizing the behaviour of white/black lists depending on the type of the match.
-
Mark OLESEN authored
- same as !isPattern(), but can be more readable. - add wordRe enum state 'UNKNOWN', which has the identical value as 'DETECT' but used for a return value.
-
Mark OLESEN authored
-
- Oct 05, 2018
-
-
sergio authored
-
sergio authored
overPimpleDymFoam
-
Mark OLESEN authored
-
- Oct 04, 2018
- Oct 02, 2018
- Oct 01, 2018
-
-
Mark OLESEN authored
- searchable surfaces - pointToPointPlanarInterpolation - sampled planes - surfaceMeshConvert, surfaceMeshExport, surfaceMeshImport
-
Mark OLESEN authored
- arraySet : was translate + transform now use globalPosition (== transform + translate). Explicitly limit to Cartesian coordinate system for clarity.
-
Mark OLESEN authored
- can now construct with READ_IF_PRESENT and use count() to determine if it was loaded. names() and sortedNames() for a collected overview.
-
- Oct 04, 2018
-
-
Mark OLESEN authored
- makes an easier overview of the rotation matrix coefficients (issue #863). Provided as a distinct commit for easier examination of the lines changed.
-
Mark OLESEN authored
- improve handling of degenerate cases for the two-axes specification.
-
Mark OLESEN authored
-
Mark OLESEN authored
- the movable type is List&& or Field&&
-
- Oct 03, 2018
-
-
Mark OLESEN authored
- allows reuse for other purposes
-