Re: [julia-users] Exporter for compressed binary unstructured grid VTK XML files.

2015-04-07 Thread Rob J. Goedman
Hi Kristoffer, I’ll certainly will keep your 2 files around if you don’t mind, at least until I have some time to try the 2 existing packages. WriteVTK.jl seems closer to your bootstrap files. Regards, Rob J. Goedman goed...@mac.com On Apr 6, 2015, at 1:24 PM, Kristoffer Carlsson

Re: [julia-users] Exporter for compressed binary unstructured grid VTK XML files.

2015-04-06 Thread Kristoffer Carlsson
Hello Rob, Thank you for your comments and sorry for my late answer. I have been away for a while. I should have stressed in my post that the files I attached was only a minimum working example from which someone should easily be able to write their own custom exporter. The data structures in

[julia-users] Exporter for compressed binary unstructured grid VTK XML files.

2015-04-02 Thread Kristoffer Carlsson
Hello everyone, I am writing finite element software in Julia and in doing so I implemented an exporter to the VTK XML unstructured grid format. The XML format has many advantages over the old legacy VTK format, you can for example compress the data or decompose your domain into multiple files

Re: [julia-users] Exporter for compressed binary unstructured grid VTK XML files.

2015-04-02 Thread Rob J. Goedman
Hi Kristoffer, Thanks for doing this! This is very useful. I had no problems in running the test_vtk.jl ‘as-is’ on Julia 0.4. On Julia 0.3.7 I had to include the Compat package. Another suggestion is to maybe (re-)name the Node and Element types to something less general as Node and Element