Apparently dolfin-convert
can do this, but I've never tried it before. From dolfin-convert --help
:
Supported formats:
xml - DOLFIN XML mesh format (current)
abaqus - Abaqus tetrahedral grid format
If --input or --output are not specified, the format will
be deduced from the suffix:
.xml - xml
.inp - abaqus
so try:
dolfin-convert abaqus_mesh.inp dolfin_mesh.xml