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
- Host: GitHub
- URL: https://github.com/projecttorreypines/finiteelementhermite.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2022-03-17T22:56:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T09:20:09.000Z (5 months ago)
- Last Synced: 2026-01-28T19:40:19.370Z (5 months ago)
- Language: Julia
- Homepage: https://projecttorreypines.github.io/FiniteElementHermite.jl
- Size: 536 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE.md
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).
