Re: [Paraview] paraview for a "new" application

2015-06-07 Thread Paul Anton Letnes
Hi Dan! I’m familiar with the HDF5 library and documentation, but thanks anyway for the link. I don’t see how I can have ParaView read and understand HDF5 files. That is, there are several readers (e.g. H5Nimrod) that use HDF5 as the underlying format, but I don’t see how to get paraview to un

Re: [Paraview] save 'Surface LIC' as texture

2015-06-07 Thread Göbbert , Jens Henrik
Hi Burlen, thanks a lot. I found the spots. Best Jens Henrik P.S: if someone else searches for them, look here: https://gitlab.kitware.com/vtk/vtk/blob/master/Rendering/LIC/vtkSurfaceLICPainter.cxx line 2693 From: Burlen Loring [burlen.lor...@gmail.com] Sent: F

Re: [Paraview] paraview for a "new" application

2015-06-07 Thread Dan Lipsa
You are right, ParaView does not read hdf5 directly but rather hdf5 based formats (hdf5 + additional info): both netcdf and xdmf have readers. You can get a list of all readers supported by your ParaView installation using Help in ParaView. Additional readers can be enabled with compile time optio