We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0513875 commit 7dd7664Copy full SHA for 7dd7664
src/field/field3d.cxx
@@ -144,11 +144,8 @@ void Field3D::splitParallelSlices() {
144
// ParallelTransform, so we don't need a full constructor
145
yup_fields.emplace_back(fieldmesh);
146
ydown_fields.emplace_back(fieldmesh);
147
- if (isFci()) {
148
- yup_fields[i].setRegion(fmt::format("RGN_YPAR_{:+d}", i + 1));
149
- ydown_fields[i].setRegion(fmt::format("RGN_YPAR_{:+d}", -i - 1));
150
- }
151
}
+ resetRegionParallel();
152
153
154
void Field3D::clearParallelSlices() {
0 commit comments