Ferrite-FEM / Ferrite.jl

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

Refactoring of examples into tutorials, how-to guides, and code gallery. #745

Closed KristofferC closed 1 year ago

KristofferC commented 1 year ago

We have been talking a bit about a refactoring to how the examples are displayed.

As it is right now, we are kind of mixing real tutorials (like the heat equation) that teaches a user new concepts, extensions to tutorials that adds something to an existing tutorial (like threading or L2 project post processing) and also "random" FEM examples that are cool but are not really a tutorial nor an extension (like the Topology optimization example).

It night be good to spit this into three categories:

fredrikekre commented 1 year ago

Here is a suggested partitioning:

Some things that I think we should add:

termi-official commented 1 year ago

Quickly answering How-to use OrdinaryDiffEq for time integration (extension of heat equation?) - this one is still not 100% functional at this point, unfortunately.

Edit: Also xref https://github.com/Ferrite-FEM/Ferrite.jl/discussions/372