|
subroutine | fileio_xdmf_mod::initfileio_xdmf (this, Mesh, Physics, Timedisc, Sources, config, IO) |
| Constructor for the xdmf file I/O. More...
|
|
recursive subroutine | fileio_xdmf_mod::iteratedict (this, Mesh, config, offset, filename, path) |
| Iterate the dictionary and run a Subroutine on every node. More...
|
|
subroutine | fileio_xdmf_mod::writekey_xdmf (this, offset, key, type, bytes, dims) |
| Write the xdmf key. More...
|
|
subroutine | fileio_xdmf_mod::writenode_xdmf (this, Mesh, key, node, offset, filename) |
| Write the xdmf node. More...
|
|
subroutine | fileio_xdmf_mod::writedataitem (this, dims, filename, offset) |
| Writes description of data item in xml syntax. More...
|
|
subroutine | fileio_xdmf_mod::writeattribute (this, Mesh, name, dims, filename, offset, ref) |
| Writes description of data item in xml syntax. More...
|
|
subroutine | fileio_xdmf_mod::writevector (this, Mesh, name, dims, ref1, ref2, ref3, step) |
| Writes the mesh to file. More...
|
|
subroutine | fileio_xdmf_mod::writemeshxml (this, Mesh, filename, offset) |
| Writes the mesh to file. More...
|
|
subroutine | fileio_xdmf_mod::writexmf (this, Mesh, IO) |
| Main routine to write all data to xmf file. More...
|
|
character(len=128) function | fileio_xdmf_mod::getdimsstr (Mesh, dims) |
|
subroutine | fileio_xdmf_mod::finalize (this) |
|