Re: post processing vtk files in Matlab
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › post processing vtk files in Matlab › Re: post processing vtk files in Matlab
August 17, 2015 at 5:02 pm
#2230
mathias
Keymaster
Dear Stephan,rnrnTo change to ascii replace (e.g. in the cylinder example)rn SuperVTKwriter3D<T,DESCRIPTOR> vtkWriter(“”cylinder3d””);rnbyrn SuperVTKwriter3D<T,DESCRIPTOR> vtkWriter(“”cylinder3d””,false); rnrnwhich overwrites the default binary mode. rnrnActually our console output is writen in quasi-cvs since we use “”;”” and “”=”” as kind of seperators.rnrnBestrnMathias rn
