nemocrys / pyelmer

A python interface to Elmer.
GNU General Public License v3.0
56 stars 18 forks source link

Output of SaveData/SaveScalars solver #7

Closed kdadzis closed 1 year ago

kdadzis commented 3 years ago

This solver is very useful to get data on boundaries, but the current format in Elmer with "data file" and "names file" for all boundaries together is very hard to read. Could pyelmer include a functionality to improve this? For example, each boundary gets a separate output file in table format: 1st column = variable names, n-th column = value in time step n. For time series plotting this needs to be transposed, so a switch for both formats would be helpful.