- Apr 29, 2019
-
-
Mattijs Janssens authored
See merge request OpenFOAM-plus!254
-
mattijs authored
-
- Apr 26, 2019
-
-
Mark OLESEN authored
- now also track if the cellSet or cellZone has changed on point motion.
-
Mark OLESEN authored
- also available as equal() member function
-
Mark OLESEN authored
-
Mark OLESEN authored
- make I/O operators global (non-member)
-
- Apr 25, 2019
-
-
Mark OLESEN authored
-
mattijs authored
Patch contributed by Gavin Ridley.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
mattijs authored
- in case of cell overlapping a patch : set cell to hole always - in case of cell changing from hole to calculated: set to hole and continue. Do so before 'flood filling' holes. Patch supplied by Nicolas Edh.
-
- Apr 24, 2019
-
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Apr 18, 2019
-
-
mattijs authored
- Enhancements provided by Y. Inoue at RIST (http://www.hpci-office.jp) - Use allToAll to only swap local data (excludes master processor; saves memory) - Memory saving is noticeable >= 4000 cores
-
- Apr 17, 2019
-
-
mattijs authored
This fixed the MeshObject on Time but produced problems for the non-regIOobject MeshObjects.
-
Andrew Heather authored
-
Andrew Heather authored
-
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
-