FinEtoolsMeshing.jl

Finite Element tools in Julia: Examples of meshing
Author PetrKryslUCSD
Popularity
2 Stars
Updated Last
4 Months Ago
Started In
July 2019

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

FinEtoolsMeshing: Meshing of various geometries, techniques of processing meshes (import, export).

Alt Color-coded mesh of the lug plate

FinEtools is a package for basic operations on finite element meshes. FinEtoolsMeshing uses FinEtools to mesh various geometries, to process meshes, export&import meshes, etc.

News

  • 06/17/2024: Updated for FinEtools 8.
  • 01/07/2023: Updated for Julia 1.10 and FinEtools 7.3.0.

Past news

Examples

Many examples are available. Begin with changing your working directory to the examples folder. Activate and instantiate the examples environment.

using Pkg
Pkg.activate(".")
Pkg.instantiate()

There are a number of examples covering statics and dynamics. The examples may be executed as described in the conceptual guide to FinEtools.

Past news

  • 05/22/2021: Updated for Julia 1.6.
  • 08/28/2020: Dependencies have been updated to work with Julia 1.5.1.
  • 01/23/2020: Dependencies have been updated to work with Julia 1.3.1.
  • 07/18/2019: Tutorial has been added.
  • 07/13/2019: Applications are now separated out from the FinEtools package.

Used By Packages

No packages found.