Ferrite-FEM/Ferrite.jl

Ferrite.write_constraints is only correct for first order cells

Open

#192 opened on Apr 14, 2018

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Julia (109 forks)github user discovery
buggood first issue

Repository metrics

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

Description

https://github.com/KristofferC/JuAFEM.jl/blob/a8d976d4e9d4bba415c3d2dbf062a75f8d814b2c/src/Dofs/ConstraintHandler.jl#L211

The function faces only returns tuples of corner points, so the boundary conditions on non-corner points will not be written.

Contributor guide