Skip to content
Snippets Groups Projects
Unverified Commit a0b30ea8 authored by Simip's avatar Simip Committed by GitHub
Browse files

Update README.md

parent 0e0375d1
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,10 @@ A timeseries is a collection of timesteps stored in one file, instead of separat
Timeseries file are create a bit differently from other Vtk file. There, in the first write the grid points and cells are stored in a separate file, and in each timestep just the data is written also to temporary files. When you need the timeseries file, these stored temporaries are collected and combined to one VTK file. Thus, only the minimum amount of data is written in each timestep. The intermediate files are stored, by default, in a `/tmp` folder, with (hopefully) fast write access.
**Limitations:**
- Maximum 1000 timesteps can be written. This is a limitation of VTK.
**TODO:**
- Allow to specify the `/tmp` folder by the user.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment