dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12618
[HG DOLFIN] Add support for writing xml files to ostreams, e.g., dolfin::File outfile(std::cerr) or dolfin::File outfile(std::cout). Reading from streams is not supported, since libxml does not allow this (only files and memory chunks.
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5850:d5f72f8d38fd9d66bab4d4dc604391c84cc0b5b2
tag: tip
user: "Ola Skavhaug <skavhaug@xxxxxxxxx>"
date: Wed Mar 11 14:30:42 2009 +0100
files: dolfin/io/File.cpp dolfin/io/File.h dolfin/io/GenericFile.h dolfin/io/NewXMLFile.cpp dolfin/io/NewXMLFile.h sandbox/xml/main.cpp
description:
Add support for writing xml files to ostreams, e.g., dolfin::File outfile(std::cerr) or dolfin::File outfile(std::cout). Reading from streams is not supported, since libxml does not allow this (only files and memory chunks.
changeset: 5849:164a6ff56dce8a66af9a1e7b995e8543022b8082
user: "Ola Skavhaug <skavhaug@xxxxxxxxx>"
date: Wed Mar 11 14:26:50 2009 +0100
files: dolfin/io/PVTKFile.h
description:
Remove method write which was not implemented.
changeset: 5848:a161578ffb003a6c793b828c5367f85e0b679381
user: "Ola Skavhaug <skavhaug@xxxxxxxxx>"
date: Wed Mar 11 11:32:44 2009 +0100
files: dolfin/io/NewXMLDofMap.cpp dolfin/io/NewXMLDofMap.h dolfin/io/NewXMLFiniteElement.cpp dolfin/io/NewXMLFiniteElement.h dolfin/io/NewXMLGraph.cpp dolfin/io/NewXMLGraph.h dolfin/io/NewXMLMatrix.cpp dolfin/io/NewXMLMatrix.h dolfin/io/NewXMLMesh.cpp dolfin/io/NewXMLMesh.h dolfin/io/NewXMLMeshFunction.cpp dolfin/io/NewXMLMeshFunction.h dolfin/io/XMLArray.cpp dolfin/io/XMLArray.h dolfin/io/XMLMap.cpp dolfin/io/XMLMap.h dolfin/io/XMLMeshData.cpp dolfin/io/XMLMeshData.h
description:
Change std::ofstream in write to std::ostream to enable more general streaming
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin