Ferrite-FEM/FerriteDistributed.jl

SubDofHandler support

Open

#21 opened on Sep 12, 2023

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

Repository metrics

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

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