Code Monkey home page Code Monkey logo

ferriteviz.jl's Introduction

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

  • solutionplot FE solution contour plot on arbitrary finite element mesh (in Makie called mesh plots)
  • ferriteviewer viewer with toggles and menus that update the plot
  • wireframe plots the finite element mesh and optionally labels nodes and cells
  • arrows - also called quiver plots, in paraview glyph filter
  • surface 2D solutions in 3D space as surface, in paraview warp by scalar filter
  • synchronous plotting while your simulation runs with any of the above listed options
  • mutating versions of the above listed functions (except for the viewer)
  • deformed plots available for solutionplot and wireframe
  • full integration into the Makie ecosystem, e.g. themes, layouts etc.
  • GPU powered plotting with GLMakie.jl, jupyter/pluto notebook plotting with WGLMakie.jl and vector graphics with CairoMakie.jl

Missing Features

  • correct visualization of nonlinear geometry faces/edges
  • visualization of boundary conditions
  • subdomain entity plotting, e.g. facesets, edgesets and so on
  • ...

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

ferriteviz.jl's People

Contributors

koehlerson avatar termi-official avatar github-actions[bot] avatar ranocha avatar janm12 avatar knutam avatar simondanisch avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.