- 25 Jun, 2021 1 commit
-
-
- 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.
-
- 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.
-
- 27 Jul, 2020 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- backported fix from develop
-
- 04 Jun, 2020 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 26 May, 2020 1 commit
-
-
Mark OLESEN authored
-
- 14 May, 2020 1 commit
-
-
Mark OLESEN authored
-
- 11 May, 2020 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 20 Apr, 2020 1 commit
-
-
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
-
- 16 Mar, 2020 1 commit
-
-
Mark OLESEN authored
- log to stdout when explicitly enabled
-
- 12 Mar, 2020 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 10 Mar, 2020 1 commit
-
-
- 03 Feb, 2020 1 commit
-
-
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.
-
- 31 Jan, 2020 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 28 Jan, 2020 1 commit
-
-
Mark OLESEN authored
ENH: add typedefs for interpolation tables
-
- 27 Jan, 2020 1 commit
-
-
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
-
- 28 Oct, 2019 2 commits
-
-
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
-
- 23 Jan, 2019 1 commit
-
-
Mark OLESEN authored
-
- 25 Nov, 2019 1 commit
-
-
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.
-
- 20 Nov, 2019 1 commit
-
-
- 19 Nov, 2019 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 18 Nov, 2019 1 commit
-
-
Mark OLESEN authored
-
- 01 Nov, 2019 1 commit
-
-
Mark OLESEN authored
- relocate BuildIssues into doc/
-
- 17 Oct, 2019 1 commit
-
-
Mark OLESEN authored
-
- 01 Oct, 2019 1 commit
-
-
Mark OLESEN authored
-
- 25 Sep, 2019 1 commit
-
-
Mark OLESEN authored
-
- 28 Aug, 2019 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- foamExec was removed as part of commit f308aa6174554096 but overlooked the fact that it is partly still needed by foamJob. When running in parallel, it is used to source the etc/bashrc env. Reinstated a stripped down form, which has been relocated to bin/tools directory (it should not be directly called by the user). The previous version switching functionality has nonetheless be dropped since it only worked only when a rigid naming convention for OpenFOAM installations was followed. ENH: add foamJob log=, -log-app, -no-log options, improved coding quality
-
- 14 Aug, 2019 1 commit
-
-
edge it sets the globalEdgeOrientation See #1367
-
- 13 Aug, 2019 1 commit
-
-
Mark OLESEN authored
-