- 13 Nov, 2019 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- save in META-INFO/build-info for later re-compilation without git. This improves tracking beyond simply referring to the the patch level. The information is tagged with an underscore to distinguish from "real" build information when git is available. STYLE: improved shell syntax, pushd/popd guards etc.
-
- 14 Nov, 2019 2 commits
-
-
Kutalmış Berçin authored
-
Kutalmış Berçin authored
-
- 13 Nov, 2019 2 commits
-
-
Kutalmış Berçin authored
- Previously, the default mapping method was `planarInterpolation` which was silently suppressed by the default 'interpolate{R,U,L}=false'. STYLE: changes: `0` to `Zero`, `lookupOrDefault` to `getOrDefault` improves header documentation
-
Kutalmış Berçin authored
-
- 11 Nov, 2019 1 commit
-
-
mattijs authored
-
- 12 Nov, 2019 4 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- make constructors explicit, delete unused constructors
-
Mark OLESEN authored
-
- 11 Nov, 2019 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- silently deprecate 'startsWith', 'endsWith' methods (added in 2016: 2b143606), in favour of 'starts_with', 'ends_with' methods, corresponding to C++20 and allowing us to cull then in a few years. - handle single character versions of starts_with, ends_with. - add single character version of removeEnd and silently deprecate removeTrailing which did the same thing. - drop the const versions of removeRepeated, removeTrailing. Unused and with potential confusion. STYLE: use shrink_to_fit(), erase()
-
Mark OLESEN authored
- Duplicate entries are handled by overwriting, which corresponds more closely to the notion of assignment
-
- 01 Nov, 2019 1 commit
-
-
Andrew Heather authored
-
- 22 Oct, 2019 1 commit
-
-
Andrew Heather authored
Example - create p-rgh from p: pressure-p-rgh { type pressure; libs (fieldFunctionObjects); writeControl writeTime; mode static; rho rhoInf; rhoInf 1; hydrostaticMode subtract; g (0 -9.81 0); hRef 0; } - the hydrostaticMode entry is optional - setting is shown during construction - g and/or hRef values are retrieved from the database if not specified
-
- 01 Nov, 2019 1 commit
-
-
Andrew Heather authored
-
- 11 Nov, 2019 4 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- similar prefixing as the dependent readers, making it easier to identify - add FOAM_API information as server module version
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 10 Nov, 2019 2 commits
-
-
Mark OLESEN authored
- can assist diagnosing when things have gone wrong
-
Mark OLESEN authored
- wmake -version, --version option (alias for -show-api) for consistency with standard system tools
-
- 11 Nov, 2019 1 commit
-
-
Mark OLESEN authored
-
- 10 Nov, 2019 1 commit
-
-
Mark OLESEN authored
- move left/right positions prior to substr
-
- 09 Nov, 2019 4 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- fix typo
-
Mark OLESEN authored
- now indicate that the dictionary entry is missing, not that it is an unknown function type.
-
- 23 Aug, 2019 1 commit
-
-
Mark OLESEN authored
- reduce code duplication, support returning multiple interpolations as a Field
-
- 08 Nov, 2019 1 commit
-
-
Mark OLESEN authored
- cleanup the run script syntax
-
- 07 Nov, 2019 2 commits
-
-
mattijs authored
-
Mark OLESEN authored
- use sed instead of foamDictionary and avoid log file - ensure consistent behaviour with plot script GIT: added missing 0/k field : inlet values still need adjustment
-
- 06 Nov, 2019 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- no stderr redirect needed: * 'command -v' - no stdout/stderr redirect needed: * 'rm -f' STYLE: consistent spacing after redirects
-
Mark OLESEN authored
-
- 05 Nov, 2019 4 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- min/max ops that only compare the first element
-
Mark OLESEN authored
- this can help if using std algorithms that return a const reference such as std::min() does.
-
Mark OLESEN authored
- building plugins with paraview-5.7 is quite different
-