- Apr 17, 2019
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Apr 16, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- convenient when using data structures from other codes
-
Mark OLESEN authored
- fix typo in makefiles/info that affected wmake -show-compile-c - additional safeguard in src/OpenFOAM/Make/options against self-linking. This is not normally required unless PROJECT_LIBS has been added into the link stage.
-
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
-
- Apr 15, 2019
-
-
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
-
- Apr 12, 2019
-
-
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)
-
- 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
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
-
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
-
-
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
-