Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptfem/numericalmethodsforengineers.jl
Programs modeled after "Numerical Methods for Engineers" by D.V. Griffiths and I.M. Smith
https://github.com/ptfem/numericalmethodsforengineers.jl
finite-elements galerkin julia numerical-methods partial-differential-equations
Last synced: 16 days ago
JSON representation
Programs modeled after "Numerical Methods for Engineers" by D.V. Griffiths and I.M. Smith
- Host: GitHub
- URL: https://github.com/ptfem/numericalmethodsforengineers.jl
- Owner: PtFEM
- License: other
- Created: 2016-02-09T15:32:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T14:05:24.000Z (over 2 years ago)
- Last Synced: 2024-10-31T13:02:54.758Z (about 2 months ago)
- Topics: finite-elements, galerkin, julia, numerical-methods, partial-differential-equations
- Language: Julia
- Homepage: https://www.crcpress.com/Numerical-Methods-for-Engineers-Second-Edition/Griffiths-Smith/p/book/9781584884019
- Size: 1.66 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NumericalMethodsforEngineers
| **Project Status** | **Build Status** | **Docs** |
|:------------------:|:-----------------:|:---------:|
|![][project-status-img] | ![][CI-build] | [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] |[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://stanjulia.github.io/NumericalmethodsForEngineers.jl/latest[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://stanjulia.github.io/StanSample.jl/stable[CI-build]: https://github.com/ptfem/NumericalMethodsForEngineers.jl/workflows/CI/badge.svg?branch=master
[project-status-img]: https://img.shields.io/badge/lifecycle-wip-orange.svg
## Julia versions of NumericalMethodsforEngineers programs
More or less equivalent Julia versions of the Fortran programs described in "Numerical Methods for Engineers" by I M Smith and D V Griffiths.
Currently being tested on Julia v1+.
No timeline is set to complete this work.
### Vesion 2.0.0
Last updated 10/11/2021, README page
As Symata no longer works for several of the examples, I've decided to switch to Symbolics.jl. At the same time I'll flip the focus by presenting the NMFE functions after showing the same using Julia equivalents. Finally, I'll switch to using Pluto notebooks as the primary REPL/display environment. Use of PyCall (for Symata) will be discontinued in this package.
### Version 1.2
Latest version using Julia versions of nmlib.