/FinEtools.jl

Finite Element tools in Julia

Primary LanguageJuliaMIT LicenseMIT

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build status Coverage Status Latest documentation

FinEtools: Finite Element tools in Julia

FinEtools is a package for basic operations on finite element meshes: Construction, modification, selection, and evaluation of quantities defined on a mesh. Utilities are provided for maintaining mesh-based data (fields), for defining normals and loads, for working with physical units and coordinate systems, and for integrating over finite element meshes. Alt Visualization of acoustic pressure

The package supports application packages, for instance:

News

  • 02/07/2021: Tests clean with Julia 1.6 release candidate.
  • 12/07/2020: Export of meshes in the .mesh format with the labels enabled.
  • 08/02/2020: Enabled permuting of nodes in the field.
  • 02/29/2020: Many new tests added. Code coverage enabled.
  • 01/23/2020: Dependencies have been updated to work with Julia 1.3.1.
  • 01/02/2020: Matrix multiplication code improved with the help of the LoopVectorization package.

Past news

Get FinEtools

This package is registered, and hence one can do just

] add FinEtools

Only version 1.x and the nightly builds of Julia are supported. The best bet is Julia 1.5.3.

Testing

] test FinEtools

Usage and Documentation

Tutorials in the form of marked-down Julia source files using the Literate workflow are available and more will be added in the near future. Each application package has some tutorials. For a complete list refer to the search.

The package has been used to build applications for various purposes. For a complete list refer to the search.

The documentation is published as Github pages.

Alt Visualization of mechanical stress