- Apr 12, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- allows better separation from compiler settings - use -fPIC instead of legacy -KPIC for intel compiler
-
Mark OLESEN authored
solaris: - rename WM_ARCH from SunOS to solaris64 for consistency with wmake/rules - drop non-64 solaris from wmake/rules - remove automatic selection of FJMPI. This should be done in the bashrc or prefs.sh file instead. - remove old (likely inaccurate) exported flags, rely on wmake -show-xyz or user config instead darwin: - remove '-Ddarwin' from the exported WM_CFLAGS, WM_CXXFLAGS. Not used elsewhere (ThirdParty)
-
- Apr 11, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
STYLE: report MPI flavour (WM_MPLIB) when making mpi-related libraries
-
Mark OLESEN authored
-
Mark OLESEN authored
- the only code location using BiIndirectList are debug sections within polyTopoChange. No need to construct/assign directly from a BiIndirectList since the '()' method provides a simple alternative.
-
mattijs authored
-
mattijs authored
-
mattijs authored
Fix provided by Gavin Ridley.
-
mattijs authored
Fix provided by Gavin Ridley.
-
Mark OLESEN authored
-
Mark OLESEN authored
- aids with portability and maintenance (#1238)
-
- Apr 10, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mattijs Janssens authored
better cooperation with external MPI initialize / finalize See merge request OpenFOAM-plus!252
-
Mark OLESEN authored
- change from UpdateableMeshObject to TopologicalMeshObject - change inheritance order to have MeshObject be registered first and mark the IOobject descriptor as unregistered
-
mattijs authored
-
Mark OLESEN authored
- the objectRegistry destructor seems to be called too late. Explicitly clear the objectRegistry within the Time destructor to ensure that it always happens.
-
mattijs authored
-
mattijs authored
-
- Apr 09, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Apr 08, 2019
-
-
sergio authored
-
sergio authored
-
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
- 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.
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
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 06, 2019
-
-
Mark OLESEN authored
- silence clang warnings
-
Mark OLESEN authored
-
Mark OLESEN authored
- this is somewhat like labelRange, but with a stride. Can be used to define slices (of lists, fields, ..) or as a range specifier for a for-loop. For example, for (label i : sliceRange(0, 10, 3)) { ... }
-
Mark OLESEN authored
- removed unused decrement() and increment() methods, which provided identical functionality as the ++, +=, --, -= operators.
-
- Apr 05, 2019