- Apr 27, 2021
-
-
Mark OLESEN authored
-
- Apr 14, 2021
-
-
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.
-
-
- Jan 22, 2021
-
-
Mark OLESEN authored
- number of fields was not set. - interpolated surfaces incorrectly written for all formats
-
- Jan 13, 2021
-
-
Mark OLESEN authored
-
- Nov 25, 2020
-
-
- Nov 18, 2020
-
-
Mark OLESEN authored
-
- Oct 29, 2020
-
-
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.
-
- Oct 23, 2020
-
-
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.
-
- Oct 12, 2020
-
-
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.
-
- Oct 08, 2020
-
-
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.
-
- Sep 30, 2020
-
-
Triggered when running e.g. postProcess
-
- Sep 24, 2020
-
-
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
-
- Sep 16, 2020
-
-
Mark OLESEN authored
- mostly only tripped when using fractional edge grading, since this is where the list reading is used. Overseen in commit 7da0b5be.
-
- Aug 06, 2020
-
-
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.
-
- Jul 27, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- backported fix from develop COMP: incorrect variable names in PtrListOpsTemplates.C
-
Mark OLESEN authored
-
- Jun 26, 2020
-
-
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).
-
- Jun 04, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- May 26, 2020
-
-
Mark OLESEN authored
-
- May 14, 2020
-
-
Mark OLESEN authored
-
- May 12, 2020
-
-
Andrew Heather authored
-
- May 11, 2020
-
-
Mark OLESEN authored
-
- May 06, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- improves build robustness, even with a reduced environment (#517)
-
- May 05, 2020
-
-
Andrew Heather authored
ENH: improve cmake/ParaView config handling See merge request !358
-
Mark OLESEN authored
- improve handling of changes in ParaView/VTK or cmake parameters (#1693) * adjust internals to support recording of an unlimited number of configuration parameters and use file `cmp` instead of trying to check strings ourselves. ENH: new wmake/scripts/wmake.cmake-args handler - additional handling of -prefix=... as CMAKE_INSTALL_PREFIX export. - in some contexts, can use instead of AllwmakeParseArguments
-
- Apr 27, 2020
-
-
Mark OLESEN authored
- an otherwise confusing amount of output that may not be expected
-