Skip to content
Snippets Groups Projects
  1. Jan 09, 2021
  2. Mar 13, 2020
    • podlesny's avatar
      . · f2c3cc41
      podlesny authored
      f2c3cc41
  3. Dec 13, 2019
  4. Sep 03, 2019
  5. Aug 19, 2019
    • podlesny's avatar
      . · 07266dcf
      podlesny authored
      07266dcf
  6. Aug 09, 2019
    • podlesny's avatar
      . · 82e5212d
      podlesny authored
      82e5212d
  7. Aug 02, 2019
    • podlesny's avatar
      . · 14233a9d
      podlesny authored
      14233a9d
    • podlesny's avatar
      . · 19dcc1be
      podlesny authored
      19dcc1be
  8. Jul 29, 2019
    • podlesny's avatar
      . · daba4ea0
      podlesny authored
      daba4ea0
  9. Jul 26, 2019
    • podlesny's avatar
      . · 1ef5b30f
      podlesny authored
      1ef5b30f
  10. Jul 25, 2019
    • podlesny's avatar
      . · 0fcefc81
      podlesny authored
      0fcefc81
  11. Jul 14, 2019
    • podlesny's avatar
      . · c4fdcc86
      podlesny authored
      c4fdcc86
  12. Jul 04, 2019
    • podlesny's avatar
      . · b40abd43
      podlesny authored
      b40abd43
  13. May 15, 2019
    • podlesny's avatar
      . · 5feb3944
      podlesny authored
      5feb3944
  14. May 12, 2019
    • podlesny's avatar
      . · d2c5e7e9
      podlesny authored
      d2c5e7e9
  15. Mar 13, 2019
  16. Feb 06, 2019
    • podlesny's avatar
      . · e2433472
      podlesny authored
      e2433472
  17. Nov 20, 2018
  18. Mar 27, 2018
    • podlesny's avatar
      . · f90136e3
      podlesny authored
      f90136e3
  19. Feb 16, 2018
    • podlesny's avatar
      . · 09bbd1b5
      podlesny authored
      09bbd1b5
  20. May 03, 2017
    • Elias Pipping's avatar
      [Output] Overhaul writer logic, rename writeVTK · 42ebaa04
      Elias Pipping authored
      - The configuration parameter io.writeVTK is now io.vtk.write
      - The configuration parameters restarts.first and restarts.spacing
        were moved into the io namespace
      - Restarts are stored in a separate file
      - VTK data, restarts (in HDF5), and the other HDF5 data are now
        each controlled through a parameter:
          io.data.write, io.restarts.write, io.vtk.write
      
      In particular, it is thus now possible to write VTK data while
      opening the data and restart files in read-only mode (or not at all);
      This makes it possible to, by keeping the restarts file (and the binary!)
      around, quickly (re-)compute a a small segment from the history.
      
      The likeliest scenario: VTK files are huge and for a computation with
      tens of thousands of timesteps (e.g. 30000), we know already (from the
      data, or just expect it) that an event occurred during the last 500
      timesteps. So we recompute them from a restart in the following mode:
      
        -io.restarts.first 29500
        -io.restarts.write false
        -io.data.write false
        -io.vtk.write true
      
      Note that care needs to be taken to use a number for io.restarts.first
      which is compatible with the old io.restarts.spacing
      42ebaa04
  21. Apr 20, 2017
  22. Jun 09, 2015
  23. Feb 11, 2015
  24. Oct 06, 2014
  25. Jul 14, 2014
Loading