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?

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

-- 
Anders

Attachment: signature.asc
Description: Digital signature

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

Reply via email to