Ferrite-FEM/FerriteDistributed.jl

SubDofHandler support

Open

#21 opened on Sep 12, 2023

 (0 comments) (0 reactions) (0 assignees)Julia (1 fork)github user discovery
enhancementhelp wanted

Repository metrics

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

Description

Currently we emulate a single SubDofHandler in the distributed dof handlers. This means there is no subdomain support. However, this should be fixable by synchronizing the SubDofHandlers individually instead of the complete dof handler directly.

Contributor guide