mumax / 3

GPU-accelerated micromagnetic simulator
Other
457 stars 151 forks source link

Convert .vts-files to .ovf #157

Closed schmorlachs closed 6 years ago

schmorlachs commented 6 years ago

Hi! How can I convert some ASCII vts-file to a binary ovf-file? This would be useful for instance in order to define a 3D-geometry, which can't be expressed in terms of the standard geometric shapes. So I guess I'm looking for something similar to the ImageShape()-function, but in three dimensions. Best regards, Alex

JeroenMulkers commented 6 years ago

We do not provide a tool which converts vts-files to ovf-files.

It is straightforward to convert the data of an ovf-file in a vtk structured grid, but not the other way around.

I suggest you get familiar with the ovf format and implement your own converter which fits your needs.