-
- Downloads
BUG: vtk write of uniform field in parallel (fixes #2349)
- used low-level MPI gather, but the wrapping routine contains an additional safety check for is_contiguous which is not defined for various std::pair<..> combination. So std::pair<label,vector> (which is actually contiguous, but not declared as is_contiguous) would falsely trip the check. Avoid by simply gathering unbundled values instead.
Showing
- applications/test/contiguous/Test-contiguous.C 2 additions, 0 deletionsapplications/test/contiguous/Test-contiguous.C
- applications/test/gatherValues1/Test-gatherValues1.C 31 additions, 1 deletionapplications/test/gatherValues1/Test-gatherValues1.C
- src/fileFormats/vtk/output/foamVtkOutputTemplates.C 5 additions, 10 deletionssrc/fileFormats/vtk/output/foamVtkOutputTemplates.C
Please register or sign in to comment