← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Update assemble_system to new format, all C++ demos an unit tests running.

 

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

changeset:   5164:755b943934a27dc51c7544ad7519b297f69e524a
tag:         tip
user:        Anders Logg <logg@xxxxxxxxx>
date:        Sun Nov 16 17:29:00 2008 +0100
files:       dolfin/fem/Assembler.cpp
description:
Update assemble_system to new format, all C++ demos an unit tests running.


changeset:   5163:da0f1f80741110f1ac9f2084cd26d8071d6ab6dd
user:        Anders Logg <logg@xxxxxxxxx>
date:        Sat Nov 15 23:51:27 2008 +0100
files:       demo/function/eval/cpp/main.cpp demo/pde/dg/advection_diffusion/cpp/main.cpp demo/pde/dg/poisson/cpp/main.cpp demo/pde/elasticity/cpp/main.cpp demo/pde/mixed-poisson/cpp/main.cpp demo/pde/nonlinear-poisson/cpp/main.cpp demo/pde/periodic/cpp/main.cpp demo/pde/poisson/cpp/main.cpp demo/pde/poisson1D/cpp/main.cpp demo/pde/stokes/stabilized/cpp/main.cpp demo/pde/stokes/taylor-hood/cpp/main.cpp
description:
Simplify demos, let (Non)LinearPDE figure out the function space:

  Function u(V); pde.solve(u) --> Function u; pde.solve(u);


changeset:   5162:94b3241b999acef050d21ae1ef786208a55a882d
user:        Anders Logg <logg@xxxxxxxxx>
date:        Sat Nov 15 23:25:04 2008 +0100
files:       demo/pde/bcs/cpp/main.cpp dolfin/fem/Form.h dolfin/pde/LinearPDE.cpp dolfin/pde/NonlinearPDE.cpp
description:
Let LinearPDE and NonlinearPDE figure out correct function space if missing.

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