Ferrite-FEM / Ferrite.jl

Finite element toolbox for Julia
https://ferrite-fem.github.io
Other
346 stars 92 forks source link

How work with Eulerian meshes #761

Open KnutAM opened 1 year ago

KnutAM commented 1 year ago

Leaving this here as a future to-do to 1) Try to create an example/tutorial for solving something with an Eulerian mesh description 2) In the process, identify and implement the (if any) new infrastructure that is required.

(I think it would require all requests from FEValues to also include the derivatives wrt. the cell coordinates)

koehlerson commented 1 year ago

Isn't the Navier Stokes example in eulerian description?

KnutAM commented 1 year ago

Isn't the Navier Stokes example in eulerian description?

Good point - I've updated the title to clarify!