XDMF


title: "XDMF" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["python-(programming-language)-libraries"] topic_path: "general/python-programming-language-libraries" source: "https://en.wikipedia.org/wiki/XDMF" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox file format"]

FieldValue
nameeXtensible Data Model and Format{{cite journal
last1Clarke
first1Jerry A.
last2Mark
first2Eric R.
date2007-06-01
titleEnhancements to the eXtensible Data Model and Format (XDMF)
urlhttps://archive.org/details/DTIC_ADP023792/page/n5/mode/2up
pages322-327
isbn978-1-5090-8526-2
doi10.1109/HPCMP-UGC.2007.30
access-date2023-02-11
extensionsxmf, xdmf
_noextcodeyes
genrescientific data format
url
::

| name = eXtensible Data Model and Format{{cite journal | last1 = Clarke | first1 = Jerry A. | last2 = Mark | first2 = Eric R. | date = 2007-06-01 | title = Enhancements to the eXtensible Data Model and Format (XDMF) | url = https://archive.org/details/DTIC_ADP023792/page/n5/mode/2up | pages = 322-327 | isbn = 978-1-5090-8526-2 | doi = 10.1109/HPCMP-UGC.2007.30 | access-date = 2023-02-11 | icon = | logo = | screenshot = | caption = | extensions = xmf, xdmf | _noextcode = yes | mime = | type code = | uniform type = | magic = | owner = | released = | latest release version = | latest release date = | genre = scientific data format | container for = | contained by = | extended from = | extended to = | standard = | url =

XDMF (eXtensible Data Model and Format) provides a standard way to access data produced by HPC codes. Data format refers to the raw data to be manipulated, the description of the data is separate from the values themselves. It distinguishes the metadata (Light data) and the values themselves (Heavy data). Light data is stored using XML, Heavy data is stored using HDF5, so some information is stored redundantly in both XML and HDF5. APIs to read and write XDMF exists for multiple programing languages.

References

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

python-(programming-language)-libraries