- 24 Aug, 2022 1 commit
-
-
Kutalmış Berçin authored
-
- 18 Aug, 2022 1 commit
-
-
Mark OLESEN authored
- the output write scaling should be applied *after* undoing the effects of the specified rotation centre. Fixes #2566 ENH: update option names for transformPoints and surfaceTransformPoints - prefer '-auto-centre' and '-centre', but also accept the previous options '-auto-origin' and '-origin' as aliases. Changing to '-centre' avoids possible confusion with coordinate system origin().
-
- 24 Jun, 2022 4 commits
-
-
Mark OLESEN authored
-
-
Mark OLESEN authored
COMP: include <limits>
-
Mark OLESEN authored
- add overflow() method to the SHA1 streambuf. Previously could rely on xsputn for adding to sha1 content, but streams now check pptr() first to test for the buffering range and thus overflow() is needed.
-
- 11 Feb, 2022 1 commit
-
-
Mark OLESEN authored
- when used for example with wallShearStress, the stress field is initially created as incompressible but later updated with the correct compressible/incompressible dimensions. If this field is sampled as a surface and stored on the registry the dimensions should be reset() and not '=' assigned, since that causes a dimension check which will obviously fail.
-
- 08 Sep, 2021 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
-
- 25 Jun, 2021 2 commits
-
-
Mark OLESEN authored
-
-
- 27 Apr, 2021 1 commit
-
-
Mark OLESEN authored
-
- 14 Apr, 2021 4 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
BACKPORT: AllwmakeParseArguments prefix handling from v2012
-
Mark OLESEN authored
- the generic constructor could be called twice in pointPatchField::New, which results in an attempt to transfer tokens twice.
-
-
- 22 Jan, 2021 1 commit
-
-
Mark OLESEN authored
- number of fields was not set. - interpolated surfaces incorrectly written for all formats
-
- 13 Jan, 2021 1 commit
-
-
Mark OLESEN authored
-
- 25 Nov, 2020 1 commit
-
-
- 18 Nov, 2020 1 commit
-
-
Mark OLESEN authored
-
- 29 Oct, 2020 1 commit
-
-
Mark OLESEN authored
ENH: limit output to 25 cell types per line for readability - makes it easier to trace potential format errors etc STYLE: downgrade warning about polyhedrals to a simple info message - can assume that polyhedral support is widespread enough to not warrant a warning.
-
- 23 Oct, 2020 2 commits
-
-
Mark OLESEN authored
- had calculated boundaries (default) for the evaluated variables, which meant they retained their initialized values (usually Zero). This normally goes unnoticed, since the boundary values are largely irrelevant in the volField expressions. However, when applying functions that balk at a zero value - eg, log() - this raises a floating point exception. These boundary should be zeroGradient, since the evaluated variables correspond to the internalField only. Could continue to use calculated, but then need to set the calculated boundary values from the patch internal field manually.
-
Mark OLESEN authored
- two occurrences where FatalIOErrorInLookup used exit(FatalError) instead of exit(FatalIOError), which caused the error messages to be lost.
-
- 12 Oct, 2020 1 commit
-
-
Mark OLESEN authored
- on ArchLinux, everything is installed under /usr/include/scotch. The detection script uses SCOTCH_ARCH_PATH as an initial guess for ptscotch as well. However, on the second pass, it has an absolute value ("/usr") instead of a logical one ("scotch-system"). This resulted in the logic for handling scotch+ptscotch subdirs being bypassed.
-
- 08 Oct, 2020 1 commit
-
-
Mark OLESEN authored
- the problem arises when output fields are missing on some processors. When the information is combined, the resulting HashTables can have different insertion orders. This poses an issue when there are hash key collisions and thus different chaining. - Use sorted order.
-
- 30 Sep, 2020 1 commit
-
-
Triggered when running e.g. postProcess
-
- 24 Sep, 2020 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- specifying gradientExpr without a valueExpr, a missing fractionExpr should be treated as 0 (gradient only), not as 1 (value only) ENH: improve sanity checks + evaluation short-cuts in exprMixedFvPatchField
-
Mark OLESEN authored
- incorrect branching logic caused the "0" case to be ignored
-
- 16 Sep, 2020 1 commit
-
-
Mark OLESEN authored
- mostly only tripped when using fractional edge grading, since this is where the list reading is used. Overseen in commit 7da0b5be.
-
- 06 Aug, 2020 1 commit
-
-
Mark OLESEN authored
- the various information queries MUST be executed with the '--no-print-directory' or risk polluting values in the information queries. This is mostly seen with the 'canCompile' test for tutorials running in parallel.
-
- 27 Jul, 2020 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- backported fix from develop COMP: incorrect variable names in PtrListOpsTemplates.C
-
Mark OLESEN authored
-
- 26 Jun, 2020 5 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- used fluidThermo::typeName instead of fluidThermo::dictName within the Cp() method.
-
-
-
Mark OLESEN authored
- only checked if it started with '/' and not 'd:/' (for example).
-