dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #09061
GenericSparsityPattern
I'm looking at some dof renumbering schemes which will operate on a
graph of the matrix structure, and it would be convenient to rename
SparsityPattern to something like 'AdjacencyGraph' (since it is just an
adjacency graph) and move it to another directory (dolfin/graph).
GenericSparsityPattern should probably also be renamed since it's member
functions are for either inserting graph edges or returning information
on the graph.
Any naming suggestions/objections?
Garth
Follow ups