[Paraview] XDMF and non standard topology

Jens Kleimann jk at tp4.rub.de
Mon Sep 10 14:14:42 EDT 2012


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.


More information about the ParaView mailing list