An open API service indexing awesome lists of open source software.

https://github.com/projecttorreypines/finiteelementhermite.jl

1D Hermite-cubic finite elements
https://github.com/projecttorreypines/finiteelementhermite.jl

Last synced: 4 months ago
JSON representation

1D Hermite-cubic finite elements

Awesome Lists containing this project

README

          

# FiniteElementHermite.jl

FiniteElementHermite is a Julia package for 1D Finite Element Method (FEM) using Hermite polynomials. It provides tools for computing bases, evaluating functions, and performing integrations using quadrature methods.

## Online documentation
For more details, see the [online documentation](https://projecttorreypines.github.io/FiniteElementHermite.jl/dev).

![Docs](https://github.com/ProjectTorreyPines/FiniteElementHermite.jl/actions/workflows/make_docs.yml/badge.svg)