5dc5ea928a
ENH: add UPstream::subProcs() static method
...
- returns a range of `int` values that can be iterated across.
For example,
for (const int proci : Pstream::subProcs()) { ... }
instead of
for
(
int proci = Pstream::firstSlave();
proci <= Pstream::lastSlave();
++proci
)
{
...
}
2020-09-28 14:26:07 +02:00
e9219558d7
GIT: Header file updates
2019-10-31 14:48:44 +00:00
154029ddd0
BOT: Cleaned up header files
2019-02-06 12:28:23 +00:00
1883a872a1
STYLE: adds comments in empty Make/options files
...
- easier when making modifications
STYLE: spelling in topoSetSource comments
2018-11-13 15:21:13 +01:00
96ad725a0b
Updated UPstream::commsTypes to use the C++11 enum class
2017-03-10 19:54:55 +00:00
c778346c96
Formatting: Rationalized the indentation of #include
2015-02-10 20:35:50 +00:00
83de811719
Updated headers
2015-02-04 16:33:02 +00:00
1f2176056b
applications/test: Updated to compile with Clang-3.5
2015-02-04 16:32:36 +00:00
ea8d290191
ENH: communicators: initial version - extended Pstream API
2013-02-04 10:17:37 +00:00
e676f9472f
ENH: parallel-communicators: user defined communicators test
2013-01-31 16:55:32 +00:00