This commit is contained in:
ovainola
2015-08-25 21:09:02 +03:00
parent f0348b553b
commit f5137a2603
7 changed files with 201 additions and 1 deletions
+9
View File
@@ -44,7 +44,16 @@ VERSION < v"0.4-" && using Docile
# > #define XDMF_3DSMESH 0x1100
# > #define XDMF_3DRECTMESH 0x1101
# > #define XDMF_3DCORECTMESH 0x1102
"""
Build a new model for outout
Parameters
----------
Example
-------
>>> xdmf_new_model()
"""
function xdmf_new_model(xdmf_version="2.1")
xdoc = XMLDocument()
xroot = create_root(xdoc, "Xdmf")