← Back to team overview

dolfin team mailing list archive

Re: [HG dolfin] merge

 

Note: This introduces another dependency to the Boost Graph Library.

This can be installed by the Debian/Ubuntu package libboost-graph-dev.

I have not yet added a configure test for BGL.

/Anders


On Tue, Jan 16, 2007 at 08:58:14PM +0100, DOLFIN wrote:
> One or more new changesets pushed to the primary DOLFIN repository.
> A short summary of the last three changesets is included below.
> 
> changeset:   2584:2f9ba4c042395febc023f29f6f76c2fe1b549622
> tag:         tip
> parent:      2583:1686b89b31fa2b6927d11d5e34bd538973e0c157
> parent:      2582:ca821e1a340902ca2d21d17fb9758258ae703f05
> user:        "Anders Logg <logg@xxxxxxxxx>"
> date:        Tue Jan 16 20:58:10 2007 +0100
> files:       
> description:
> merge
> 
> 
> changeset:   2583:1686b89b31fa2b6927d11d5e34bd538973e0c157
> parent:      2580:f47132a04a539cdacb8fb2ce4435988cfb2d08d2
> user:        "Anders Logg <logg@xxxxxxxxx>"
> date:        Tue Jan 16 20:57:49 2007 +0100
> files:       src/kernel/common/dolfin/Array.h src/kernel/common/dolfin/dolfin_common.h src/kernel/fem/DofMap.cpp src/kernel/fem/dolfin/DofMap.h src/sandbox/README src/sandbox/fem/assembly/Poisson.form
> description:
> Work on DofMap:
> 
>  - Add new class AdjacencyGraph representing the adjacency graph of
>    a sparse matrix, typedef from Boost Graph Library
> 
>  - Compute adjacency graph in DofMap (but not yet used), this should
>    replace the current computeMatrixSparsityPattern()
> 
>  - Add directory src/sandbox for untested code (did not find any other
>    good solution that avoids mixing untested code with unit tests)
> 
> 
> changeset:   2582:ca821e1a340902ca2d21d17fb9758258ae703f05
> parent:      2581:f69807632a0289522054aa8363f4e2a0dafedc7f
> parent:      2580:f47132a04a539cdacb8fb2ce4435988cfb2d08d2
> user:        "Johan Jansson <johanjan@xxxxxxxxxxxxxxxx>"
> date:        Tue Jan 16 20:40:49 2007 +0100
> files:       src/kernel/fem/Makefile.in src/kernel/fem/dolfin/Makefile.in
> description:
> Merge.
> 
> 
> ----------------------------------------------------------------------
> For more details, visit http://www.fenics.org/hg/dolfin
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev


References