-users] Access to sparsity pattern
On Mon, 12 Dec 2016, Jonas Ballani wrote:
> I wondered if there is a way to access the SparsityPattern::Graph
> corresponding to a DofMap object once the sparsity has been
> computed.
Your best bet may be to attach a callback function or functor to t
On Mon, 12 Dec 2016, Jonas Ballani wrote:
> I wondered if there is a way to access the SparsityPattern::Graph
> corresponding to a DofMap object once the sparsity has been
> computed.
Your best bet may be to attach a callback function or functor to the
DofMap. Those get called after the built-i
Hi all,
I wondered if there is a way to access the SparsityPattern::Graph corresponding
to a DofMap object once the sparsity has been computed.
In principle I could just loop over all elements in the mesh to mimic the graph
myself but this looks rather redundant.
Best,
Jonas
--