← Back to team overview

dolfin team mailing list archive

[HG DOLFIN] Minor formatting fixes.

 

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

changeset:   4630:133af8279a54620e97fcdb7815c10feb3271f803
tag:         tip
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Wed Aug 20 14:25:58 2008 +0100
files:       dolfin/fem/Assembler.cpp
description:
Minor formatting fixes.


changeset:   4629:eaef6a1dce3ab408a3f718fe1b8ee987eee286f8
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Wed Aug 20 13:47:58 2008 +0100
files:       dolfin/fem/Assembler.cpp dolfin/fem/Assembler.h dolfin/fem/DirichletBC.cpp dolfin/fem/DirichletBC.h
description:
Add simple interface to Assembler::assemble_system.


changeset:   4628:20c21c1892ac1d1348935d0e245e2508040e5190
user:        "Garth N. Wells <gnw20@xxxxxxxxx>"
date:        Wed Aug 20 12:20:21 2008 +0100
files:       dolfin/fem/Assembler.cpp dolfin/fem/Assembler.h dolfin/fem/assemble.cpp dolfin/fem/assemble.h
description:
Modify function arguments in Assembly::assembly_system.

The function only makes sense for a matrix and a vector, therefore

  GenericTensor& A -> GenericMatrix& A
  GenericTensor& b -> GenericVector& b

Remove numerous #include in header files and replace with forward declarations.

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