- 25 Sep, 2019 1 commit
-
-
Mark OLESEN authored
-
- 27 Sep, 2019 2 commits
- 18 Sep, 2019 2 commits
-
- 12 Sep, 2019 1 commit
-
-
mattijs authored
-
- 05 Sep, 2019 1 commit
-
-
mattijs authored
-
- 28 Aug, 2019 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- foamExec was removed as part of commit 6c68c34e but overlooked the fact that it is partly still needed by foamJob. When running in parallel, it is used to source the etc/bashrc env. Reinstated a stripped down form, which has been relocated to bin/tools directory (it should not be directly called by the user). The previous version switching functionality has nonetheless be dropped since it only worked only when a rigid naming convention for OpenFOAM installations was followed. ENH: add foamJob log=, -log-app, -no-log options, improved coding quality
-
- 21 Aug, 2019 2 commits
- 19 Aug, 2019 1 commit
-
-
sergio authored
-
- 14 Aug, 2019 1 commit
-
- 13 Aug, 2019 3 commits
-
-
Mark OLESEN authored
-
mattijs authored
- synchronization, reduction only makes sense on processor-coupled patches. Since cyclic baffles are within a single processor domain, they are not reduced. So need to skip the sanity test for these.
-
Mark OLESEN authored
- the use of 'paraview --version' can be fail if the build host doesn't have the necessary graphics. For this case, try to obtain the ParaView API number from the associated include directory.
-
- 09 Aug, 2019 1 commit
-
-
Mark OLESEN authored
-
- 07 Aug, 2019 2 commits
-
-
Mark OLESEN authored
-
Andrew Heather authored
-
- 06 Aug, 2019 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- the read offset missed the tag_ member entirely and thus the entire particle information would be corrupt (incorrectly interpreted) as well as potential violation of adjacent (trailing) memory locations.
-
- 31 Jul, 2019 1 commit
-
-
Mark OLESEN authored
-
- 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 1 commit
-
-
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
-