https://github.com/tdegeus/goosefem
Several types of Finite Element simulations in C++ (with a Python interface)
https://github.com/tdegeus/goosefem
cpp fem finite-elements pybind11 python xtensor
Last synced: about 1 year ago
JSON representation
Several types of Finite Element simulations in C++ (with a Python interface)
- Host: GitHub
- URL: https://github.com/tdegeus/goosefem
- Owner: tdegeus
- License: gpl-3.0
- Created: 2017-10-13T07:41:06.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T16:35:24.000Z (over 2 years ago)
- Last Synced: 2024-04-16T06:53:14.501Z (about 2 years ago)
- Topics: cpp, fem, finite-elements, pybind11, python, xtensor
- Language: C++
- Homepage: http://goosefem.rtfd.io
- Size: 5.03 MB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/tdegeus/GooseFEM/actions)
[](https://tdegeus.github.io/GooseFEM)
[](https://readthedocs.org/projects/goosefem/badge/?version=latest)
[](https://anaconda.org/conda-forge/goosefem)
[](https://anaconda.org/conda-forge/python-goosefem)
## GooseFEM
Library to perform static or dynamic finite elements computations. The core of the implementation is a C++ library. For user convenience a Python interface is provided too. Please consult the documentation for more information:
https://goosefem.readthedocs.io
and for C++ documentation
https://tdegeus.github.io/GooseFEM
## Credit / copyright
(c) T.W.J. de Geus | [www.geus.me](http://www.geus.me) | [tom@geus.me](mailto:tom@geus.me)
Tom de Geus was financially supported by:
* [Swiss National Science Foundation (FNSF), Switzerland](http://www.snfs.ch)
* [École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland](http://www.epfl.ch)
* [Eindhoven University of Technology (TU/e), Eindhoven, The Netherlands](http://www.tue.nl)
* [The Netherlands Research Council (NWO), The Netherlands](http://www.nwo.nl)
* [Materials Innovation Institute (M2i), The Netherlands](http://www.m2i.nl)