You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 📐 **VTK Topologies**<br>Rectilinear (`.vtr`), Structured (`.vts`), and Unstructured (`.vtu`) grids; composite multi-block (`.vtm`) and parallel partitioned (`.pvts`) datasets | 🗜️ **Output Formats**<br>ASCII, Base64-encoded binary, and raw binary appended | ⚡ **Parallel Safe**<br>Thread and processor safe — multiple files can be written concurrently under OpenMP or MPI | 🎨 **OOP Design**<br>Polymorphic `xml_writer` allocated at runtime; `vtk_file`, `pvtk_file`, `vtm_file` expose a clean type-bound-procedure API |
13
+
|:---:|:---:|:---:|:---:|
14
+
| 🔢 **All Numeric Kinds**<br>All PENF kinds (`I1P`–`I8P`, `R4P`–`R8P`) and array ranks 1–4 supported in data arrays | ✅ **Error Codes**<br>Every procedure returns an integer error code — zero means success | 🔓 **Multi-licensed**<br>GPL v3 · BSD 2/3-Clause · MIT | 📦 **Multiple build systems**<br>CMake, FoBiS.py, fpm, Make |
13
15
14
-
- Write Rectilinear, Structured, and Unstructured grids in the VTK XML format
0 commit comments