- Nov 03, 2019
-
-
Mark OLESEN authored
-
- Oct 18, 2019
-
-
mattijs authored
-
- Oct 03, 2019
- Sep 27, 2019
-
-
sergio authored
Solve issue 1431 Gitlab. delta() calculation on the patch is consistent with not applying non-orthogonality on the patch.
-
- Sep 18, 2019
-
-
sergio authored
Fix Gitlab issue #1423
- Sep 12, 2019
-
-
mattijs authored
-
- Sep 05, 2019
-
-
mattijs authored
-
- Aug 21, 2019
-
-
sergio authored
-
- Aug 19, 2019
-
-
sergio authored
-
- Aug 14, 2019
-
-
mattijs authored
edge it sets the globalEdgeOrientation See #1367
-
- Aug 13, 2019
-
-
mattijs authored
- synchronization, reduction only makes sense on processor-coupled patches. Since cyclic baffles are within a single processor domain, they are not reduced. So need to skip the sanity test for these.
-
- Aug 07, 2019
-
-
Andrew Heather authored
-
- Aug 06, 2019
-
-
Mark OLESEN authored
- the read offset missed the tag_ member entirely and thus the entire particle information would be corrupt (incorrectly interpreted) as well as potential violation of adjacent (trailing) memory locations.
-
- Jul 30, 2019
-
-
sergio authored
-
- Jul 24, 2019
-
-
Andrew Heather authored
-
- Jul 22, 2019
-
-
sergio authored
-
- Jul 12, 2019
-
-
Mark OLESEN authored
- need to be more generous when prefiltering the cell selection
-
Mark OLESEN authored
- now catch these and emit a warning. Still need to investigate the root cause in the caller(s) or regionSplit.
-
- Jul 09, 2019
-
-
Mark OLESEN authored
- the behaviour of std::rename with overwriting an existing file is implementation dependent: - POSIX: it overwrites. - Windows: it does not overwrite. - for Windows need to use the ::MoveFileEx() routine for overwriting. More investigation is needed for proper handling of very long names.
-
Mark OLESEN authored
- this cannot be left as a configurable value (on windows), since it needs to be enabled even prior to reading the etc/controlDict file, in case the OpenFOAM installation path itself contains spaces.
-
- Jun 28, 2019
-
-
Mark OLESEN authored
- reduced clutter. Mostly only need to scan source tree. - 00-dummy: use wmake/src/Allmake to get native (not cross-compiled) wmake toolchain binaries
-
- Jul 09, 2019
-
-
Andrew Heather authored
-
- Jul 08, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- mingw uses 32-bit long regardless of -m32 or -m64 setting
-
- Jul 05, 2019
-
-
Mark OLESEN authored
- when searching for a file that may not actually exist, the short-cut optimization could lead to the 'constant' directory being ignored. STYLE: simplify logic in points0MotionSolver::points0IO
-
- Jul 04, 2019
-
-
Mark OLESEN authored
- the scotch interface still uses non-const pointers when passing in values. For the ConstPrecisionAdaptor this means that we need to cheat with a constCast(). Using ref() will rightly trigger complaints about trying to modify a const object.
-
- Jul 02, 2019
-
-
Andrew Heather authored
BUG: DimensionedField - register new field if it does not have the same name as the copy - see #1348
-
- Jun 27, 2019
-
-
Mark OLESEN authored
-
- Jun 26, 2019
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
TODO: need to revisit
-
- Jun 25, 2019
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Jun 26, 2019
-
-
OpenFOAM bot authored
-
- Jun 24, 2019
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
- Jun 20, 2019
-
-
mattijs authored
-