Skip to content
  • Mark OLESEN's avatar
    BUG: copy construct of faSchemes/faSolution ignored (see !605) · 56a0f808
    Mark OLESEN authored
    - the faMesh/fvMesh copy constructors were using the readOption from
      the base-mesh schemes/solution instead of copying their contents.
    
      This would not really affect fvMesh (since it has its own IOobject
      for the constructor), but did affect faMesh. However, the problem
      only shows up with collated + redistribute, since that is where
      the ranks can be doing uncoordinated IO.
    
      Only consider as a bug for recent develop since previous versions
      had other problems with collated+redistribute with finite-area
      anyhow.
    56a0f808