New pages
From XdmfWeb
Jump to navigationJump to search
- 14:48, 13 March 2017 New Features (hist | edit) [1,635 bytes] Burns (talk | contribs) (Created page with "Here are some new features to Xdmf. Try them out and give us some feedback. == [http://xdmf.org/index.php/Parallel_IO_with_MPI XdmfDSM] has been updated. == It now supports...")
- 09:51, 13 March 2017 Validate Xdmf's XML (hist | edit) [142 bytes] Burns (talk | contribs) (Created page with "Xdmf's XML can be validated by referencing its .dtd file located at [https://gitlab.kitware.com/xdmf/xdmf/blob/master/Xdmf.dtd]")
- 16:00, 7 November 2014 Xdmf2 Model and Format Archive (hist | edit) [26,988 bytes] Burns (talk | contribs) (Created page with "Image:XdmfLogo1.gif The need for a standardized method to exchange scientific data between High Performance Computing codes and tools lead to the development of ''the eXt...")
- 14:44, 7 November 2014 Xdmf3 Fortran API (hist | edit) [14,233 bytes] Burns (talk | contribs) (Created page with "Image:XdmfLogo1.gif __TOC__ ==XDMF API== The Fortran interface for Xdmf has a vastly different workflow from the C++ API. The C++ API workflow starts from the root of a...")
- 13:49, 7 November 2014 Xdmf3 C++ API (hist | edit) [9,133 bytes] Burns (talk | contribs) (Created page with "Image:XdmfLogo1.gif __TOC__ ==XDMF API== While use of the XDMF API is not necessary to produce or consume valid XDMF datasets, there are many convenience features that...")
- 12:53, 7 November 2014 Xdmf3 Python API (hist | edit) [7,484 bytes] Burns (talk | contribs) (Created page with "Image:XdmfLogo1.gif __TOC__ ==XDMF API== While use of the XDMF API is not necessary to produce or consume valid XDMF datasets, there are many convenience features that ...")
- 11:36, 7 November 2014 Xdmf2 API Archive (hist | edit) [12,789 bytes] Burns (talk | contribs) (Created page with "'''XDMF API''' While use of the XDMF API is not necessary to produce or consume valid XDMF datasets, there are many convenience features that make it attractive. The XDMF li...")
- 11:36, 2 September 2014 V2 To V3 (hist | edit) [397 bytes] FelipeB (talk | contribs) (Created page with " For more information about the V3 read Version 3 Feature Requests for V3 TODO list for the transition from V2 to V3: * xdmf.org needs an up...")
- 15:28, 19 August 2014 Get Xdmf (hist | edit) [2,191 bytes] Dave.demarle (talk | contribs) (add updated content)
- 14:57, 19 August 2014 Version 3 (hist | edit) [435 bytes] Dave.demarle (talk | contribs) (Created page with "Version "3" of Xdmf can be obtained from: git://public.kitware.com/Xdmf2.git The initial plans for changes that went into version 3 are summarized on: [http://xdmf.org/index....")
- 14:52, 19 August 2014 Version 1 (hist | edit) [202 bytes] Dave.demarle (talk | contribs) (Created page with "Version "1" of xdmf can be obtained via: cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/Xdmf login cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/Xdmf checkou...")
- 14:45, 19 August 2014 Version 2 (hist | edit) [561 bytes] Dave.demarle (talk | contribs) (Created page with "version "2" of Xdmf can be found at: git clone git://xdmf.org/Xdmf.git")
- 14:26, 19 August 2014 Examples/imagedata (hist | edit) [2,010 bytes] Dave.demarle (talk | contribs) (Created page with "The following will read in an array of floats from h5 with the values associated with the points. <?xml version="1.0" ?> <!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []> <Xdmf xmlns:x...")
- 14:30, 25 July 2014 V3 Road Feature Request (hist | edit) [2,834 bytes] Imikejackson (talk | contribs) (Created page with "== Version 3 Feature Request' == '''Implement AttributeType=Matrix''' I would like to see the Matrix type implemented so that ParaView can open the files. A clear Example o...")
- 11:16, 7 January 2010 Xdmf::New() (hist | edit) [3,974 bytes] Jerry (talk | contribs) (New page: After some discussion with several interested parties, we've decided to re-work Xdmf a bit. Most of the changes involve the API, particularly moving to smart pointers and a more full fea...)
- 10:21, 17 August 2009 Update proposal 2008 08 17 (hist | edit) [5,779 bytes] Dave.demarle (talk | contribs) (New page: In Early 2007, XDMF underwent a substantial revision. What was the original library we now call XDMF1, and the new version is called XDMF2. The move was enabled by a switch to the libxml2 ...)
- 11:12, 26 June 2009 Parallel IO with MPI (hist | edit) [2,644 bytes] Jerry (talk | contribs) (New page: (code and description provided by Will Dicharry) === Controlling the I/O process for XdmfHeavyData === The XDMF API provides a customization point to allow the heavy data sets to be writ...)
- 10:37, 23 May 2008 Read from MySQL (hist | edit) [1,293 bytes] Jerry (talk | contribs) (New page: == '''Accessing a MySQL DataBase''' == Partial support for reading data from a MySQL database is available. MySQL is treated as another HeavyData format like HDF5. Currently database acce...)
- 12:32, 2 May 2008 Write from Fortran (hist | edit) [14,760 bytes] Jerry (talk | contribs) (New page: == Writing Xdmf from Fortran == Xdmf can be generated in many different manners. Using the low level HDF5 library and print statements is certainly one of them. Utilizing the XDMF API, h...)
- 12:17, 4 May 2007 Write Xdmf (hist | edit) [5,671 bytes] Jerry (talk | contribs) (New page: == Writing Xdmf == Xdmf can be generated in many different manners. Using the low level HDF5 library and print statements is certainly one of them. Utilizing the XDMF API, however, provi...)
- 11:35, 4 May 2007 Read Xdmf (hist | edit) [3,124 bytes] Jerry (talk | contribs) (New page: == Reading XDMF Data == Image:TwoHex.jpg The following Xdmf XML file is a simple example of a Uniform Grid that contains two Hexahedron that share a face. There are values centered a...)
- 09:32, 4 May 2007 Get Xdmf original (hist | edit) [4,416 bytes] Jerry (talk | contribs) (New page: == '''Obtaining and Installing XDMF''' == The eXtensible Data Model and Format (XDMF) is installed and maintained, along with the rest of the Interdisciplinary Computing Environment, ...) originally created as "Get Xdmf"
- 12:11, 3 May 2007 XDMF API (hist | edit) [399 bytes] 128.63.127.201 (talk) (New page: '''XDMF API''' While use of the XDMF API is not necessary to produce or consume valid XDMF datasets, there are many convenience features that make it attractive. The XDMF library give a...)
- 10:11, 3 May 2007 XDMF Model and Format (hist | edit) [39,901 bytes] 128.63.127.201 (talk) (New page: <p class=MsoNormal><b><span style='font-size:18.0pt;color:red'>XML</span></b></p> <p class=MsoNormal>The eXtensible Markup Language (XML) format is widely used for many purposes and is w...)