- 30 Jul, 2019 2 commits
- 29 Jul, 2019 1 commit
-
-
Mark OLESEN authored
-
- 24 Jul, 2019 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- use git show --ignore-space-change when examining
-
Andrew Heather authored
-
- 22 Jul, 2019 1 commit
-
-
sergio authored
-
- 12 Jul, 2019 2 commits
-
-
Mark OLESEN authored
- need to be more generous when prefiltering the cell selection
-
Mark OLESEN authored
- now catch these and emit a warning. Still need to investigate the root cause in the caller(s) or regionSplit.
-
- 10 Jul, 2019 1 commit
-
-
Andrew Heather authored
-
- 09 Jul, 2019 2 commits
-
-
Mark OLESEN authored
- the behaviour of std::rename with overwriting an existing file is implementation dependent: - POSIX: it overwrites. - Windows: it does not overwrite. - for Windows need to use the ::MoveFileEx() routine for overwriting. More investigation is needed for proper handling of very long names.
-
Mark OLESEN authored
- this cannot be left as a configurable value (on windows), since it needs to be enabled even prior to reading the etc/controlDict file, in case the OpenFOAM installation path itself contains spaces.
-
- 28 Jun, 2019 1 commit
-
-
Mark OLESEN authored
- reduced clutter. Mostly only need to scan source tree. - 00-dummy: use wmake/src/Allmake to get native (not cross-compiled) wmake toolchain binaries
-
- 09 Jul, 2019 1 commit
-
-
Andrew Heather authored
-
- 08 Jul, 2019 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- mingw uses 32-bit long regardless of -m32 or -m64 setting
-
- 05 Jul, 2019 2 commits
-
-
Mark OLESEN authored
- when searching for a file that may not actually exist, the short-cut optimization could lead to the 'constant' directory being ignored. STYLE: simplify logic in points0MotionSolver::points0IO
-
Mark OLESEN authored
-
- 04 Jul, 2019 1 commit
-
-
Mark OLESEN authored
- the scotch interface still uses non-const pointers when passing in values. For the ConstPrecisionAdaptor this means that we need to cheat with a constCast(). Using ref() will rightly trigger complaints about trying to modify a const object.
-
- 02 Jul, 2019 1 commit
-
-
Andrew Heather authored
BUG: DimensionedField - register new field if it does not have the same name as the copy - see #1348
-
- 27 Jun, 2019 2 commits
-
-
Mark OLESEN authored
-
Andrew Heather authored
-
- 26 Jun, 2019 4 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
TODO: need to revisit
-
- 25 Jun, 2019 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 26 Jun, 2019 4 commits
-
-
Mark OLESEN authored
-
OpenFOAM bot authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 25 Jun, 2019 7 commits
-
-
Mark OLESEN authored
- if desired to create a tar-file without a _patch value in its name.
-
sergio authored
-
sergio authored
-
Mark OLESEN authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- add a '-SPDP' option - remove the '-archOption' for forcing a '-m32' build on 64-bit architecture, which is now considered too obscure. Must edit files manually if this option is really required.
-