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.
- 06/17/2024: Updated for FinEtools 8.
- 01/07/2023: Updated for Julia 1.10 and FinEtools 7.3.0.
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
.
- 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.