-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current format is not very flexible and adding new output variables is somewhat challenging. I propose using something similar to this (unstructured grids), where the handling of the IO is performed by a third-party library (HDF5 in this case). This is already implemented as an export format #99; hopefully, we can reuse part of the work.
My idea is to separate the file into general information, nodal values, and element values. Backwards compatibility can be guaranteed if we keep the current file reader and switch readers depending on the file (file ending or magic numbers maybe?).
I will keep a list here of the data that needs to go into the file:
- Equation
- Type of nodes
- Iteration
- Time
- Polynomial order per element
- Nodal values
$Q$ -
$\nabla Q$ (optional) - Nodal sensor (optional)
- Element values
- MPI rank
- Element sensor (optional)
- Artificial viscosity (optional)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request