- 16 Apr, 2019 2 commits
-
-
Mark OLESEN authored
- extracts values from the arch "LSB;label=32;scalar=64" header entry to provision for managing dissimilar primitive sizes. Compensate for the additional IOobject members by narrowing the types for the (objectState, readOption, writeOption) enumerations
-
Mark OLESEN authored
-
- 15 Apr, 2019 5 commits
-
-
mattijs authored
-
Mark OLESEN authored
- now suppress any '#line' if the input number number is invalid (ie, an empty set of tokens)
-
Mark OLESEN authored
- can be helpful for handling rotations within global planes
-
mattijs authored
-
mattijs authored
-
- 12 Apr, 2019 5 commits
-
-
Mark OLESEN authored
- replace (darwin) with (__APPLE__) - replace (solarisGcc) with (__sun__ && __GNUC__) - instead of 'darwin' -> '__APPLE' - cease with passing a -D$(WM_ARCH) define since this adds no useful additional information and isn't used anywhere. Reference http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system -- COMP: Extend size disambiguation on long (#1238)
-
Mark OLESEN authored
-
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)
-
- 11 Apr, 2019 8 commits
-
-
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
Fix provided by Gavin Ridley.
-
Mark OLESEN authored
-
Mark OLESEN authored
- aids with portability and maintenance (#1238)
-
- 10 Apr, 2019 8 commits
-
-
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
-
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
-
- 09 Apr, 2019 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 08 Apr, 2019 5 commits
-
-
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.
-
- 06 Apr, 2019 4 commits
-
-
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.
-
- 05 Apr, 2019 1 commit
-
-
sergio authored
Adding pMin,Pmax pressure control to buoyantPimple and chtMultiReagion
-