dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #23112
[Bug 780301] Re: Feature request: Output to other mesh formats than Dolfin XML
Makes sense. I'll leave the C++ version as inspiration to someone who
knows the internals of dolfin-convert and who knows how to work in the
output function.
Cheers,
James
--
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/780301
Title:
Feature request: Output to other mesh formats than Dolfin XML
Status in DOLFIN:
New
Bug description:
Dolfin can only output meshes in the Dolfin XML format.
However, dolfin-convert currently is only able to convert in one direction: *to* the Dolfin XML format, but not from it.
This means that it is not possible at present to export generated meshes such that they can be used by other tools.
The feature request is for either adding one or more "external"
formats for writing Mesh-classes from Dolfin, or for dolfin-convert to
provide conversion from Dolfin XML to one or more other formats.
References