← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Add member function for Form to return vector of pointers to function spaces.

 

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

changeset:   4976:3d2f635ced0448099ecab4ca23357856c7934f16
tag:         tip
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Thu Oct 23 19:08:23 2008 +0100
files:       dolfin/fem/Form.cpp dolfin/fem/Form.h
description:
Add member function for Form to return vector of pointers to function spaces.

We might want to change

  std::vector<std::tr1::shared_ptr<FunctionSpace> > function_spaces;

to

  std::vector<std::tr1::shared_ptr<FunctionSpace> > _function_spaces;


changeset:   4975:a989c13048dd950eaee3b9f85dbe756cb7bdc7ff
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Thu Oct 23 18:11:46 2008 +0100
files:       dolfin/fem/UFC.cpp dolfin/fem/UFC.h
description:
Get UFC to compile.


changeset:   4974:c90d6b3ca55e63d47d34bc89270f84f815192a1c
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Thu Oct 23 17:46:26 2008 +0100
files:       dolfin/fem/DirichletBC.cpp dolfin/fem/DirichletBC.h
description:
Get DirichletBC to compile.

Need to consideris a FunctionSpace or FiniteElement should be passed in place of a Form.

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