- Jul 12, 2019
-
-
Mark OLESEN authored
- now catch these and emit a warning. Still need to investigate the root cause in the caller(s) or regionSplit.
-
- Jul 08, 2019
-
-
Mark OLESEN authored
-
- Jul 05, 2019
-
-
Mark OLESEN authored
-
- Jul 02, 2019
-
-
BUG: DimensionedField - register new field if it does not have the same name as the copy - see #1348
-
- May 30, 2019
-
-
Mark OLESEN authored
- was missing range setting for the colour lookup table
-
- Jun 14, 2019
-
-
- May 31, 2019
-
-
Mark OLESEN authored
-
- May 01, 2019
-
-
Mark OLESEN authored
-
- Apr 16, 2019
-
-
Mark OLESEN authored
-
- Apr 12, 2019
-
-
Mark OLESEN authored
- the emissivity was ignored for 'hpTa' when there is no solid resistance STYLE: adjust debug statement in externalWallHeatFlux
-
- Apr 11, 2019
-
-
Fix provided by Gavin Ridley.
-
- Apr 10, 2019
-
-
- Apr 08, 2019
-
-
Mark OLESEN authored
- used fallback of 0 instead of the results time. This discrepancy caused the case file to have two timesets that only differed by the first (incorrect) entry.
-
Mark OLESEN authored
- when running in serial but within a processor directory, argList::globalPath() is to be used instead of Time.globalPath() For other cases there is no difference.
-
- Apr 03, 2019
-
-
Mark OLESEN authored
- still had old WM_PROJECT_VERSION settings instead of FOAM_API for FOAM_SITE_APPBIN and FOAM_SITE_LIBBIN locations.
-
Mark OLESEN authored
-
- Apr 01, 2019
-
-
Mark OLESEN authored
-
- Mar 29, 2019
-
-
Mark OLESEN authored
-
- Mar 27, 2019
-
-
- Mar 26, 2019
-
-
Mark OLESEN authored
-
- Mar 04, 2019
-
-
- Mar 01, 2019
-
-
Mark OLESEN authored
- with -mcpu=native for automatic detection and -armpl for linking in the performance libraries STYLE: relocate -mcpu into compiler instead of compiler-flags (#1225)
-
- Feb 18, 2019
-
-
- Mar 22, 2019
-
-
Mark OLESEN authored
-
- Mar 04, 2019
-
-
pointNormals calculation gets triggered through processorfvPatches so on processors that don't have these bypass this. This leads to the global reduction hanging.
-
- Feb 12, 2019
-
-
- Feb 11, 2019
-
-
- Feb 04, 2019
-
-
Mark OLESEN authored
ENH: add -prefs option to pass in a preferences configuration file
-
- Jan 30, 2019
-
-
Mark OLESEN authored
-
- Jan 29, 2019
-
-
- Jan 28, 2019
-
-
Mark OLESEN authored
- in addition to managing different vendors and versions, it may also be necessary or desirable to have a particular variant (eg, profiling, release, etc). Devise a new meaningful name for the variant and create a corresponding wmake rule. Eg, SYSTEMOPENMPI-profiling with a corresponding "wmake/rules/linux64Gcc/mplibSYSTEMOPENMPI-profiling" file that has suitable content for your system. CONFIG: intel-mpi use intel64/ paths only for config and wmake rules (#1153) - previously adjusted the config files, but missed the changes required for the wmake rules too. Now simply migrate to using "intel64/{include,bin,lib}" instead of the older naming "{include,bin,lib}64" These changes work since at least intel-mpi 2015 (5.x), but possibly earlier as well
-
- Jan 23, 2019
-
-
Mark OLESEN authored
- retrieved value for the modelType was masked by a local variable
-
Mark OLESEN authored
-
Mark OLESEN authored
- checkIn() was incorrectly conditional on the register state of the source object. Partial patch from .org commit 6dc48b62d948
-
Mark OLESEN authored
-
- Jan 17, 2019
-
-
Mark OLESEN authored
-
- Jan 10, 2019
-
-
Mark OLESEN authored
- was WM_PROJECT_API in the environment and FOAM_API in dictionaries. Make these both consistently FOAM_API. This is a non-breaking change, since the value of WM_PROJECT_API (added in 1812) and/or FOAM_API is purely informative. For the current correct values, always use * foamEtcFile -show-api * wmakeBuildInfo -show-api
-
Mark OLESEN authored
- If using a non-clang compiler suite (gcc, intel, etc) the additional lbraries required for mesa with llvm pipelines may not be found. Provide a mesa_llvm configuration with in the 'vtk' config file. Can use the usual types of settings * mesa_llvm=llvm-4.0.1 * mesa_llvm=none * mesa_llvm=system
-
- Jan 21, 2019
-
-