1e6c9a0a54
Updated UPstream::commsTypes to use the C++11 enum class
2017-03-10 19:54:55 +00:00
d67a1df92e
mapFieldsPar: updated to enable mapping from source patches (instead of recreating)
...
- patchFields now get mapped (instead of created)
- with -consistent it now maps all patches except for processor ones (they are
the only ones that are processor-local)
- all constraint patches get evaluated after mapping to bring them up to date.
Patch contributed by Mattijs Janssens
2016-06-21 14:16:18 +01:00
a8bf4be58a
Standardized cell, patch, face and processor loop index names
2016-04-25 12:00:53 +01:00
8c4f6b8fcb
Standardized cell, patch and face loop index names
2016-04-25 10:28:32 +01:00
6a27f7af46
boundaryField() -> boundaryFieldRef()
2016-04-24 22:07:37 +01:00
94c05a1e6c
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
71c6af8fe9
mapFields: Reinstated mapFields from OpenFOAM-2.2.x and renamed the current mapFields -> mapFieldsPar
...
This required the addition of the meshToMesh class in the sampling
library from OpenFOAM-2.2.x which is now named meshToMesh0.
2015-05-26 11:32:46 +01:00