dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #13624
SparsityPatternBuildewr
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
Follow ups