Nektar++ .dat output reader
Version 1.0.0 (1.27 KB) by
Eduardo
It reads a .dat 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] = readDAT(dat_adr)
dat_adr: .dat 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.
This function was built to import 2D and 2.5D simulation data.
Cite As
Eduardo (2026). Nektar++ .dat output reader (https://uk.mathworks.com/matlabcentral/fileexchange/114765-nektar-dat-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 |
