dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #12623
[HG DOLFIN] Add sandbox test script for function assignment
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.
changeset: 5854:997d7f91fd842109dc863eb7ad2e4dff99e21ce7
tag: tip
user: Anders Logg <logg@xxxxxxxxx>
date: Wed Mar 11 23:04:14 2009 +0100
files: sandbox/misc/python/test.py
description:
Add sandbox test script for function assignment
changeset: 5853:f1ef6132a568d5a56e5c70b17ce118c19bfa961c
user: Anders Logg <logg@xxxxxxxxx>
date: Wed Mar 11 23:01:49 2009 +0100
files: ChangeLog demo/pde/poisson/cpp/Poisson.h dolfin/function/Function.cpp sandbox/misc/Poisson.form sandbox/misc/Poisson.h sandbox/misc/README sandbox/misc/SConstruct sandbox/misc/cpp/Poisson.form sandbox/misc/cpp/Poisson.h sandbox/misc/cpp/SConstruct sandbox/misc/cpp/main.cpp sandbox/misc/main.cpp
description:
Automatically interpolate user-defined functions on assignment
changeset: 5852:43a3c8802c5d79b138d41c3111ceac03d1a64be0
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)
----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin