Ferrite-FEM / FerriteViz.jl

Plot your Ferrite.jl data
https://ferrite-fem.github.io/FerriteViz.jl/
MIT License
28 stars 9 forks source link
ferrite finite-elements hacktoberfest julia julialang plotting visualization

FerriteViz.jl

Build Status

Small package to visualize your Ferrite.jl results. Currently supports only Makie, but the goal is to extend it for different plotting packages.

The package is highly experimental and breaking changes about the internal machinery are about to come. Likely, only a small fraction of the interface will change over time.

Installation

pkg> add FerriteViz

Usage

Simply grab your solution vector and the corresponding dof handler to create a plotter:

import FerriteViz, GLMakie
dh, u   = solve_problem()
plotter = MakiePlotter(dh, u)
FerriteViz.solutionplot(plotter)

For a guide check out the tutorial section - or just enjoy the gallery below!

Features

Missing Features

For a detailed list of planned features take a look into the issue tracker. Helping hands are always welcome. Just join the discussion in the corresponding issues.

Gallery

Pulling the Ferrite.jl logo with a cohesive zone material model.

Credits to Kim Auth