Commit Graph

22548 Commits

Author SHA1 Message Date
313996836f GIT: adjust commits for modules 2019-04-29 19:47:39 +02:00
1a86fe8471 COMP: label64: fixes #1297. 2019-04-29 14:23:05 +01:00
bfd51ca7d4 ENH: streamline handling of static/dynamic libs in detection scripts 2019-04-29 10:04:44 +02:00
686e358982 COMP: adjust compilation order with updated interdependencies
- Eg, with surface writers now in surfMesh, there are fewer libraries
  depending on conversion and sampling.

COMP: regularize linkage ordering and avoid some implicit linkage (#1238)
2019-04-28 14:44:33 +02:00
6c6f777bd5 COMP: combine twoPhaseProperties library into interfaceProperties
- avoids unnecessary cyclic dependency
2019-04-26 20:55:46 +02:00
606c01548f STYLE: use uintptr_t cast instead of long when reporting addresses 2019-04-29 08:15:48 +02:00
ffa0523cdf ENH: add handling of exe file extensions in wmake/src/Makefile (#1238)
- change internal naming from 'EXE_EXT' to 'EXT_EXE' for symmetry with
  'EXT_SO'
2019-04-26 14:20:01 +02:00
81aa9fa051 ENH: support trapping of IOerror exceptions in parallel (#1296)
- continuation of commit 0e7954c22b

ENH: downgrade abort() to exit() in some places (#1238)
2019-04-26 13:55:37 +02:00
ef083e5f31 COMP: define processorFvPatchField<scalar> with scoping 2019-04-26 14:35:55 +02:00
f0811d7dbb Merge branch 'feature-indirect-lists' into 'develop'
Feature indirect lists

See merge request Development/OpenFOAM-plus!253
2019-04-29 10:48:17 +01:00
75deb821b9 ENH: add simple profiling of MPI communications
See merge request Development/OpenFOAM-plus!254
2019-04-29 10:08:30 +01:00
aa4c5c0f08 ENH: Pstream: use commsType to decide whether reduce or all-to-all 2019-04-29 09:23:43 +01:00
7ae5316e84 ENH: handle cellSet/cellZone updates in fvMeshSubsetProxy (#1294)
- now also track if the cellSet or cellZone has changed on point
  motion.
2019-04-26 13:34:00 +02:00
39cfdd0b84 ENH: add '==' and '!=' operators for PackedList/bitSet
- also available as equal() member function
2019-04-26 13:01:39 +02:00
6e2c454344 STYLE: use degToRad() instead of pi/180 2019-04-26 11:48:27 +02:00
70f3424842 STYLE: adjust comments in quaternion
- make I/O operators global (non-member)
2019-04-26 10:27:53 +02:00
f373eb938a ENH: additional rotation tests (#1292) 2019-04-25 20:22:06 +02:00
19fde2e1dd CONTRIBUTION: gmshToFoam: support version 4 mesh format. Fixes #1155.
Patch contributed by Gavin Ridley.
2019-04-25 16:33:17 +01:00
215e7c2d8f STYLE: use modern iterator access (proximity check) 2019-04-25 17:44:52 +02:00
612cce0321 ENH: add simple profiling of MPI communications 2019-04-25 15:33:51 +02:00
b4fc4cf08f CONTRIBUTION: overset: handling patch interactions. See #1288.
- 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.
2019-04-25 11:00:32 +01:00
9cf2ed45f9 ENH: add partial sorting to SortableList 2019-04-24 19:03:00 +02:00
9bd5485aa7 STYLE: remove UList operator[] taking std::initializer_list
- unnecessary. Can deduce labelRange from the pair of labels.
  These are all the same:

      list[labelRange(18,3)] = 100;
      list[labelRange{18,3}] = 100;
      list[{18,3}] = 100;

  Removing the run-time handling of std::initializer_list in favour of
  compile-time deduction allows the future use of sliceRange as well.
  Eg,

     list[sliceRange{18,3,2}] = 100;
     list[{18,3,2}] = 100;
2019-04-24 18:26:57 +02:00
c47f9e7bd6 BUG: magneticFoam: add orientation information. Fixes #1291. 2019-04-24 15:40:52 +01:00
8926f1c1dd STYLE: add sub-directories in OSspecific/POSIX 2019-04-24 13:15:54 +02:00
5d6e0420db BUG: missing guard for empty list (see b2bc1d6546) 2019-04-24 12:28:40 +02:00
ba10e5913d STYLE: report read/write options as integers (see fb5940131e) 2019-04-24 12:28:40 +02:00
22e4829795 ENH: simplify access and caching logic for gradScheme (#1276) 2019-04-24 12:02:23 +02:00
993fe70cb3 ENH: support checkIn/checkOut with pointers (#1276) 2019-04-24 10:26:41 +02:00
294b2c6a93 CONTRIBUTION: Parallel: optimisation of exchange. See #1268.
- 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
2019-04-18 15:43:40 +01:00
3a96013909 BUG: MeshObject: revert 17fe55a7c9.
This fixed the MeshObject on Time but produced problems for the
non-regIOobject MeshObjects.
2019-04-17 14:17:28 +01:00
fb5940131e COMP: resolved build error due to change in commit 02598d0e36 - need to revisit 2019-04-17 11:32:25 +01:00
52cb57b65c COMP: resolved compiler warning 2019-04-17 11:31:17 +01:00
4dc557da61 ENH: solverInfo - separated execute and write functionality 2019-04-17 09:24:54 +01:00
d28ef7579c ENH: Added debug info 2019-04-17 09:18:18 +01:00
140a5ff530 ENH: mesh Vsc() calc - not using sub-cycle volume for steady cases 2019-04-17 09:14:58 +01:00
b2bc1d6546 ENH: Only store previous time name if it is not at the current head 2019-04-17 09:13:44 +01:00
5f7b62c5e4 ENH: solutionControl - made dict() function virtual 2019-04-17 09:11:39 +01:00
e26e9e755a BUG: Sf field ignored for sumDirection operation (fixes #1287) 2019-04-16 18:32:07 +02:00
fbeec6286b ENH: add Ostream output for std::vector
- convenient when using data structures from other codes
2019-04-16 18:00:20 +02:00
2c5c3affef STYLE: formatting in makefiles, config files
- 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.
2019-04-16 12:39:25 +02:00
02598d0e36 ENH: add tracking of label/scalar size when reading IOobject header
- 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
2019-04-16 12:23:01 +02:00
39899217b9 ENH: add backslashes handling, UNC descriptors in fileName (#1008, #1238) 2019-04-16 12:18:20 +02:00
17fe55a7c9 BUG: MeshObject: do not release in destructor. Leave to regIOobject. Fixes #1276. 2019-04-15 15:06:57 +01:00
a554753db6 BUG: bad '#line' directives for dynamicCode (fixes #1282)
- now suppress any '#line' if the input number number is invalid
  (ie, an empty set of tokens)
2019-04-15 12:42:29 +02:00
4f725f2896 ENH: construct axisAngleRotation from x/y/z axis enumeration (#863)
- can be helpful for handling rotations within global planes
2019-04-15 09:55:43 +02:00
23ec5ab405 ENH: residuals: change FO name. See #1203 2019-04-15 10:01:35 +01:00
66c97a27ab BUG: dry-run-write: avoid overwriting mesh 2019-04-15 09:43:14 +01:00
20d57b9842 COMP: use standard compiler macros when distinguishing the OS
- 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)
2019-04-12 18:42:30 +02:00
bb10705ace DEFEATURE: remove old IRIX code for floating-point-exceptions 2019-04-12 18:35:18 +02:00