Ferrite-FEM/Ferrite.jl

Change grid interpolation and order

Open

#718 opened on 2023年5月21日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Julia (109 forks)github user discovery
featuregood first issue

Repository metrics

Stars
 (439 stars)
PR merge metrics
 (平均マージ 15d 5h) (30d で 17 merged PRs)

説明

It is often beneficial for mechanical problems to have a grid with the same interpolation as the displacement field. This is usually "just" a change in order of the required interpolation. The simplest hack here would be to just create a dof handler and use the nodal dofs to generate the new nodes of the grid. It should be noted that at the time of writing this (~v0.4.0) we rely on Lagrange-type interpolations for the grid to make the dof management functional.

コントリビューターガイド