Nektar++ .vtu output reader
Version 1.0.0 (1.71 KB) by
Eduardo
It reads a .vtu file and outputs a point data information matrix and a connectivity matrix. It was created to read Nektar++ output.
The function is organized as follows:
[datP,datC] = readVTU(vtu_adr)
vtu_adr: .vtu file adress
datP: Matrix with the point data information. Each collumn contains the value of a different variable, each row represent a different mesh node.
datC: Matrix with the connectivity information. Each row contains the connectivity information of a different element.
Cite As
Eduardo (2026). Nektar++ .vtu output reader (https://www.mathworks.com/matlabcentral/fileexchange/114760-nektar-vtu-output-reader), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2018b
Compatible with R2018b and later releases
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
