Skip to content
Snippets Groups Projects
Commit 1a2973c4 authored by mattijs's avatar mattijs
Browse files

ENH: added to splitCyclic.txt changes file.

parent 0aeca6f2
Branches
Tags
No related merge requests found
......@@ -104,6 +104,14 @@ type 'processorCyclic'.
- processor patches use overlapping communication using a different message
tag. This maps straight through into the MPI message tag.
See processorCyclicPolyPatch::tag(). This needs to be calculated the
same on both sides so is calculated as
Pstream::nProcs()*max(myProcNo, neighbProcNo)
+ min(myProcNo, neighbProcNo)
which is
- unique
- commutative
- does not interfere with the default tag (= 1)
- when constructing a GeometricField from a dictionary it will explicitly
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment