Am 23.08.2012 10:43, schrieb Adrian LUCA:> Hello, > > I'm working with an unstructured triangular mesh and the elements which > are forming the mesh are not a paraview standard (small triangles are > contained inside each element--elements are triangles too). I created a > XDMF file where i've put in a collection all my elements (for the > triangles inside each element i used a standard triangle topology). I > have two questions: > > 1) Is there any other way to do this, because paraview takes a lot of > time to load this one? > > 2) It is possible to create a link from a XDMF file to a line or a > column of a matrix found in a HDF5 file?
About your second inquiry: I'm not sure what you mean by "link" in this context. In XDMF, a column or row of a HDF matrix can be accessed using the HyperSlab dataitem with a count value of one. You can then use an XPath reference to attach a name tag to that subset of your matrix. A more specific example of what you're trying to do might be helpful here.
Best, Jens. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
