Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T16:35:24.000Z (8 months ago)
- Last Synced: 2024-04-16T06:53:14.501Z (7 months 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
[![CI](https://github.com/tdegeus/GooseFEM/workflows/CI/badge.svg)](https://github.com/tdegeus/GooseFEM/actions)
[![Doxygen -> gh-pages](https://github.com/tdegeus/GooseFEM/workflows/gh-pages/badge.svg)](https://tdegeus.github.io/GooseFEM)
[![readthedocs](https://readthedocs.org/projects/goosefem/badge/?version=latest)](https://readthedocs.org/projects/goosefem/badge/?version=latest)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/goosefem.svg)](https://anaconda.org/conda-forge/goosefem)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/python-goosefem.svg)](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) | [[email protected]](mailto:[email protected])
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)