A Dijous 21 Juny 2007 18:49, Dominik Szczerba escrigué:
> Hi Francesc,
> Thanks a lot for your answer.
> I meant unstructured meshes.
> I can nowhere find any examples on this case with HDF5 in general and
> PyTables in particular (only some obscure info on some HDF5 Mesh API
> that is 4 years old
Hi Francesc,
Thanks a lot for your answer.
I meant unstructured meshes.
I can nowhere find any examples on this case with HDF5 in general and
PyTables in particular (only some obscure info on some HDF5 Mesh API
that is 4 years old since last modification). My case is: one big
unstructured mesh is s
Hi Dominik,
El dj 21 de 06 del 2007 a les 14:26 +0200, en/na Dominik Szczerba va
escriure:
> Hi,
> Is there an easy way to merge hdf5 datasets in pytables?
What kind of datasets? The most easy way for merging Table objects is
Table.whereAppend() method. See:
http://www.pytables.org/docs/manual/c
Hi,
Is there an easy way to merge hdf5 datasets in pytables?
I cannot google it out anywhere.
I have unstructured sub-meshes coming from domain decomposition and I
want to stich them back together. They share some nodes on the
sub-domain boundaries so I want to stitch them in a clever way (like
App