← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Some updates for symmetric bc assembly.

 

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

changeset:   5165:04b94edad87cf27ef0adfad896cf07c0de1ae0c0
tag:         tip
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Sun Nov 16 16:56:26 2008 +0000
files:       dolfin/fem/Assembler.cpp
description:
Some updates for symmetric bc assembly.


changeset:   5164:755b943934a27dc51c7544ad7519b297f69e524a
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);

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