Ferrite-FEM/FerriteDistributed.jl

Sparsity pattern creation

Open

#19 opened on Sep 12, 2023

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

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide