openfoam/applications/test/contiguous
Mark Olesen ddcc04dadc 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.
2022-02-10 16:46:13 +01:00
..
Make ENH: additional contiguous traits (#1378) 2019-07-29 11:36:30 +02:00
Test-contiguous.C BUG: vtk write of uniform field in parallel (fixes #2349) 2022-02-10 16:46:13 +01:00