Skip to content
Snippets Groups Projects

Feature/language discretization

  1. Feb 20, 2021
    • Stéphane Del Pino's avatar
      Change Gnuplot output format in 1d · 7101f37c
      Stéphane Del Pino authored
      Now cell values stored by tracing the values the same way as in 2d:
      the value is assigned to each node of the cell.
      
      This is more consistent with the 2d format and allow to store data
      in parallel without any kind of ordering.
      7101f37c
  2. Feb 17, 2021
    • Stéphane Del Pino's avatar
      Improve design of writes · b1509644
      Stéphane Del Pino authored
      - WriterModule now just contains calls to writers
      - Add a WriterBase class to share cleanly common functionalities
      
      Also improve VTKWriter functionalities
      - the time series file (`.pvd`) is now produced and should be loaded
      to get proper data
      
      Finally add a GNUPlotWriter
      - works for both 1D and 2D
      - cannot mix node and cell data in the same result file (this is done
      on purpose)
      - A simple preamble describes the content of the file
      b1509644
  3. Feb 11, 2021
  4. Feb 05, 2021
  5. Feb 04, 2021
  6. Feb 03, 2021
Loading