- Jun 25, 2021
-
-
- 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 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 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. ENH: add wmake '-show-path-c', '-show-path-cxx' as per 1912 and later
-
- Jul 27, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- backported fix from develop
-
- Jun 04, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- May 26, 2020
-
-
Mark OLESEN authored
-
- May 14, 2020
-
-
Mark OLESEN authored
-
- May 11, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Apr 20, 2020
-
-
Mark OLESEN authored
- bin/tools/create-mpi-config to query/write values for system openmpi. In some cases this can be used to avoid an mpicc requirement at runtime. - adjust openfoam session to latest version, including -test-tutorial forwarding. - adjust foamConfigurePaths to latest version - removal of gperftools default config, as per develop
-
- Apr 16, 2020
-
-
Mark OLESEN authored
- inadvertently set to zero instead of one (in commit 1d85fecf)
-
- Mar 16, 2020
-
-
Mark OLESEN authored
- log to stdout when explicitly enabled
-
- Mar 12, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Mar 10, 2020
-
-
- Feb 03, 2020
-
-
Mark OLESEN authored
- the foamConfigurePaths script is quite simplistic and aggressive in what it changes. This was particularly evident when using it to change gcc/clang versions. Restructured the corresponding compiler settings to define default versions (eg, "default_gcc_version") that limits the scope of changes performed by foamConfigurePaths and makes it easier to understand if changing manually.
-
- Jan 31, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- the gcc c++/9 includes now inline strncpy, which obliterates the previous method of suppressing the warning. Now simply allocate additional space for the nul character. COMP: silence some icc warnings
-
- Jan 28, 2020
-
-
Mark OLESEN authored
STYLE: add typedefs for interpolation tables
-
Mark OLESEN authored
- indexing error in the output of values resulted in uniform output in most cases. - allocation error for on-the-fly triangulation ENH: changed decomposed storage from DynamicList to plain faceList for clearer allocation control and better overhead
-
Mark OLESEN authored
- we know they have already protected by an is_contiguous check, so the class-memaccess warning/error can be suppressed.
-
Mark OLESEN authored
-
- Dec 09, 2019
-
-
Mark OLESEN authored
-
- Dec 02, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- The case files may contain #... comment lines - The geometry file may contain an optional "extents" entry - Properly handle element id specifications (off|assign|ignore|given). - Partially handle node id specifications (off|assign|ignore|given). Treat "given" like "ignore", since results in the lightest amount of coding and in many cases the "given" node ids are in fact 1-based contiguous values and thus no different than "ignore" for our purposes.
-
- Nov 25, 2019
-
-
Mark OLESEN authored
ENH: downgrade error on type-mismatch to a warning - Ensight data files generated by OpenFOAM will start with the name of the data type (Eg, "scalar", "vector" etc), but this convention may fail for data files that have been generated elsewhere.
-
- Nov 20, 2019
-
-
mattijs authored
-
- Nov 15, 2019
-
-
Vaggelis Papoutsis authored
BUG: RASModelVariables::SpalartAllmaras cannot be combined with an fvMotionSolver diffusivity which depends on wall distances (fixes #1501)
-
Vaggelis Papoutsis authored
-
- Nov 19, 2019
-
-
Mark OLESEN authored
-
- Nov 18, 2019
-
-
Mark OLESEN authored
-
- Nov 11, 2019
-
-
Mark OLESEN authored
-
- Nov 10, 2019
-
-
Mark OLESEN authored
- wmake -version, --version option (alias for -show-api) for consistency with standard system tools
-