Ferrite-FEM/FerriteDistributed.jl

Sparsity pattern creation

Open

#19 opened on Sep 12, 2023

 (0 comments) (0 reactions) (0 assignees)Julia (1 fork)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (Avg merge 40m) (2 merged PRs in 30d)

Description

The current implementation has COO assembler. However, it should be more efficient to precompute the distributed sparsity pattern. Fix this.

Contributor guide