Post-Processing Libraries in C++ or Python

Mesh generators, CAD programs, and other tools
Post Reply
dvarx
Posts: 6
Joined: 01 Jan 2019, 20:57
Antispam: Yes
Location: Switzerland

Post-Processing Libraries in C++ or Python

Post by dvarx »

Hello everyone

I would like to know if there are any Post-Processing libraries that you could recommend for dealing with "Mesh-Data" (e.g. .vtu files). As an example, it would be nice if the libraries had some of the following functionalities:

[*] Ability to read .vtu files and extract data
[*] Interpolating the mesh data
[*] Maybe even computation of surface integrals and path integrals of vector fields

Does anybody know of such libraries?

Thank you!
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Post-Processing Libraries in C++ or Python

Post by raback »

vtk
Post Reply