Ferrite-FEM/Ferrite.jl

Infrastructure for matrix-valued problem

Open

#398 opened on Oct 21, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (109 forks)github user discovery
enhancementhelp wanted

Repository metrics

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

Description

PR #392 should have the batteries for DG - but just for scalar problems. If we have vector valued problems, then our flux space becomes matrix-valued (think about displacement and stress). For convenience we could provide some handlers for handling matrix valued problems. This way DG can be implemented in a cleaner way than reformulating everything in Voigt notation beforehand.

Example reference: https://link.springer.com/content/pdf/10.1007/s10665-022-10238-3.pdf

Contributor guide