- 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
-
Mark OLESEN authored
-
Mark OLESEN authored
- instead of deciding beforehand if a surface format requires a separate geometry file (or if a geometry file should be written if no fields were written) now determine afterwards if something was written. This improves the overall reliability (consistency) and is more convenient for the caller as well.
-
Mark OLESEN authored
-
Mark OLESEN authored
- PtrDynList support for move append list: can be used to concatenate pointer lists into a single one - include resize in PtrDynList squeezeNull as being a natural combination - support sorting operations for pointer lists (PtrListOps)
-
Mark OLESEN authored
- comparison operator, for sorting based on the position of the origin. - allow modification of the origin. - zero-initialise for null constructor: base components are vectors and cheap to initialise. - 'unfriend' the output operator: it uses public access methods
-
- Mar 11, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- considered an error by the PGI compiler
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- remove writeGeometry() in favour of write() and make it pure virtual so that all writers must explicitly deal with it. - establish proxy extension at construction time and treated as an invariant thereafter. This avoids potentially surprising changes in behaviour when writing.
-
Mark OLESEN authored
- incorrectly uses paraview include dirs instead of the more universal vtk include dirs for the MPI test.
-
Mark OLESEN authored
- reduces output size, consistent with vtkWrite function object STYLE: mark some foamToVTK options as advanced (ie, visible with -help-full)
-
- Mar 06, 2019
-
-
mattijs authored
-
- Mar 04, 2019
-
-
mattijs authored
-