********* GooseFEM ********* Introduction ============ GooseFEM provides several standard finite element simulations, some common element definitions, and some simple finite element meshes. A basic documentation is provided here, whereby one is highly urged to look into the code itself, at minimum the function decelerators and their comments. .. note:: This library is free to use under the `GPLv3 license `_. Any additions are very much appreciated, in terms of suggested functionality, code, documentation, testimonials, word of mouth advertisement, .... Bug reports or feature requests can be filed on `GitHub `_. As always, the code comes with no guarantee. None of the developers can be held responsible for possible mistakes. Download: `.zip file `_ | `.tar.gz file `_. (c - `GPLv3 `_) T.W.J. de Geus (Tom) | tom@geus.me | `www.geus.me `_ | `github.com/tdegeus/GooseFEM `_ Contents ======== GooseFEM documentation ----------------------- .. toctree:: :maxdepth: 1 compile.rst overview.rst Mesh.rst MeshTri3.rst MeshQuad4.rst MeshHex8.rst DynamicsDiagonal.rst develop.rst Theory ------ .. toctree:: :maxdepth: 1 theory/readme.rst Examples -------- .. toctree:: :maxdepth: 1 examples/theory/statics_small-strain_linear_dense/readme.rst examples/theory/statics_small-strain_nonlinear_dense/readme.rst examples/theory/diagonal_mass/readme.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`