representing cell-centered data with HDF5

Is there any established consensus on the best way to store cell-centered
data (e.g. finite element data) with HDF5? I have a structured mesh, with a
corresponding matrix of values at each mesh center. Are there any
widely-used standards providing guidance on how to apply HDF5 to a problem
like this?

Greg,

I think that a good "starting point" is the HDF5 Mesh API
(http://www.hdfgroup.uiuc.edu/papers/prototypes/mesh/). You can easily
implement variations of the format proposed there according to your
specific needs.

Best regards,
Claudio

Greg Fischer wrote:

···

Is there any established consensus on the best way to store
cell-centered data (e.g. finite element data) with HDF5? I have a
structured mesh, with a corresponding matrix of values at each mesh
center. Are there any widely-used standards providing guidance on how
to apply HDF5 to a problem like this?
------------------------------------------------------------------------

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
  
--
________________________________________________________
Claudio Alessandro de Carvalho Silva, Dr. Eng. (#329333)
CAE Solutions
Thorus Scisoft - www.thorus-scisoft.com.br
Fone:+55 019 3705-4002
________________________________________________________
This message is intended solely for the use of its addressee and may contain privileged or confidential information. If you are not the addressee you should not distribute, copy or file this message. In this case, please notify the sender and destroy its contents immediately.

Esta mensagem é para uso exclusivo de seu destinatário e pode conter informações privilegiadas e confidenciais. Se você não é o destinatário não deve distribuir, copiar ou arquivar a mensagem. Neste caso, por favor, notifique o remetente da mesma e destrua imediatamente a mensagem.

Possibly CGNS:

  http://en.wikipedia.org/wiki/CGNS

I don't have practical experience with it, just know about it, and I think
it should be able to do just what you want.

Conceptually, this data type is also supported via my F5 library:

  http://www.fiberbundle.net/

But this part is currently not in active use, and not a widely-used
standard, but in development "on demand".

  Werner

···

On Mon, 23 Nov 2009 16:07:33 -0600, Greg Fischer <greg.a.fischer@gmail.com> wrote:

Is there any established consensus on the best way to store cell-centered
data (e.g. finite element data) with HDF5? I have a structured mesh, with a
corresponding matrix of values at each mesh center. Are there any
widely-used standards providing guidance on how to apply HDF5 to a problem
like this?

--
___________________________________________________________________________
Dr. Werner Benger Visualization Research
Laboratory for Creative Arts and Technology (LCAT)
Center for Computation & Technology at Louisiana State University (CCT/LSU)
211 Johnston Hall, Baton Rouge, Louisiana 70803
Tel.: +1 225 578 4809 Fax.: +1 225 578-5362

Hi Greg

I don't know of any, but I think that's the good thing about it. You can
adjust your data arrangement based on the access patterns of your readers
and writers.

Best

-- dimitris

···

2009/11/23 Greg Fischer <greg.a.fischer@gmail.com>

Is there any established consensus on the best way to store cell-centered
data (e.g. finite element data) with HDF5? I have a structured mesh, with a
corresponding matrix of values at each mesh center. Are there any
widely-used standards providing guidance on how to apply HDF5 to a problem
like this?

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org

I think MED is also based on HDF5 but never gave it a deep look

http://www.salome-platform.org/

still I think optimizing for your usecases is the best way to go :slight_smile:

···

2009/11/23 Greg Fischer <greg.a.fischer@gmail.com>

Is there any established consensus on the best way to store cell-centered
data (e.g. finite element data) with HDF5? I have a structured mesh, with a
corresponding matrix of values at each mesh center. Are there any
widely-used standards providing guidance on how to apply HDF5 to a problem
like this?

_______________________________________________
Hdf-forum is for HDF software users discussion.
Hdf-forum@hdfgroup.org
http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org