Skip to content
Snippets Groups Projects
  1. Jun 18, 2015
  2. Jun 17, 2015
  3. Jun 16, 2015
  4. Jun 15, 2015
  5. Jun 13, 2015
  6. Jun 12, 2015
  7. Jun 11, 2015
  8. Jun 07, 2015
  9. Jun 05, 2015
  10. Jun 04, 2015
  11. Jun 03, 2015
  12. Jun 01, 2015
  13. May 31, 2015
    • Henry's avatar
      Update headers · 6ffc90ad
      Henry authored
      6ffc90ad
    • Henry's avatar
      fvOption: Rationalize read to support re-reading · b4a94650
      Henry authored
      writeData is not yet completely consistent with read.
      b4a94650
    • Henry's avatar
      fvOptions: Separate options for all cells, cellSets and inter-region coupling · 3a004fda
      Henry authored
      by introducing rational base-classes rather than using the hideous
      'switch' statement.  Further rationalization of the cell-selection
      mechanism will be implemented via an appropriate class hierarchy to
      replace the remaining 'switch' statement.
      
      Mesh-motion is currently handled very inefficiently for cellSets and not
      at all for inter-region coupling.  The former will be improved when the
      cell-selection classes are written and the latter by making the
      meshToMesh class a MeshObject after it has been corrected for mapFields.
      3a004fda