Ferrite-FEM/Ferrite.jl

Change grid interpolation and order

Open

#718 opened on May 21, 2023

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

Repository metrics

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

Description

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.

Contributor guide