Ferrite-FEM/Ferrite.jl

Merge device assembler with normal assemblers

Open

#1,450 opened on Aug 4, 2026

 (0 comments) (0 reactions) (0 assignees)Julia (109 forks)github user discovery
good first issuegpu

Repository metrics

Stars
 (439 stars)
PR merge metrics
 (Avg merge 15d 5h) (17 merged PRs in 30d)

Description

Right now the device assembler is a separate struct without the sorting logic and without the atomics. We should merge the device assembler with the other assemblers to keep features parity without duplicating the code.

Contributor guide