← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Add Python wrapper for MeshCoordinates function:

 

One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.

changeset:   5852:43a3c8802c5d79b138d41c3111ceac03d1a64be0
tag:         tip
user:        Anders Logg <logg@xxxxxxxxx>
date:        Wed Mar 11 19:15:01 2009 +0100
files:       dolfin/function/SpecialFunctions.cpp dolfin/function/SpecialFunctions.h dolfin/swig/dolfin_docstrings.i dolfin/swig/dolfin_shared_ptr_classes.i site-packages/dolfin/specialfunctions.py
description:
Add Python wrapper for MeshCoordinates function:

  mesh = UnitSquare(32, 32)
  x = MeshCoordinates(mesh)
  plot(x)


changeset:   5851:52dde26b547629e5a03eeb97c0b82845ca0d30c5
user:        Anders Logg <logg@xxxxxxxxx>
date:        Wed Mar 11 18:53:15 2009 +0100
files:       ChangeLog dolfin/function/Data.cpp dolfin/function/Data.h dolfin/function/SpecialFunctions.cpp dolfin/function/SpecialFunctions.h
description:
Add new built-in function MeshCoordinates, useful in ALE simulations


changeset:   5850:d5f72f8d38fd9d66bab4d4dc604391c84cc0b5b2
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.

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin