cburstedde / libsc

The "sc" auxiliary library
www.p4est.org/
GNU Lesser General Public License v2.1
35 stars 34 forks source link

scda: Write and read inline file sections #199

Closed tim-griesbach closed 1 month ago

tim-griesbach commented 1 month ago

scda: Write and read inline file sections

This PR continues the implementation of the scda file format (cf. https://github.com/cburstedde/libsc/pull/197 and https://github.com/cburstedde/libsc/pull/193) by implementing fwrite_inline, fread_section_header for the case of an inline file section and fread_inline_data. Moreover, this PR contains in particular the following changes: