← Back to team overview

dolfin team mailing list archive

Re: SparsityPatternBuildewr

 



Anders Logg wrote:
There are two build() functions in SparsityPatternBuilder and only the
second seems to be used:

    /// Build sparsity pattern
    static void build(GenericSparsityPattern& sparsity_pattern,
                      const Mesh& mesh,
                      UFC& ufc, const std::vector<const DofMap*> dof_maps);

    /// Build sparsity pattern
    static void build(GenericSparsityPattern& sparsity_pattern,
                      UFC& ufc,
                      const Form& a);

Can we remove the first?


Yes.

Garth


We're working on building the parallel sparsity pattern so it would be
good if we could make some cleanups as we go.



------------------------------------------------------------------------

_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev



References