Skip to content

Commit

Permalink
Add citation information
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg authored Dec 9, 2023
1 parent 613015b commit 2a87e85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions perpendicular-flap/solid-fenics/solid.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
This source code is based on https://gitlab.enpc.fr/jeremy.bleyer/comet-fenics/-/blob/master/examples/elastodynamics/demo_elastodynamics.py.rst
See also:
Jeremy Bleyer. (2018). Numerical Tours of Computational Mechanics with FEniCS. Zenodo. https://doi.org/10.5281/zenodo.1287832
"""

# Import required libs
from fenics import Constant, Function, AutoSubDomain, RectangleMesh, VectorFunctionSpace, interpolate, \
TrialFunction, TestFunction, Point, Expression, DirichletBC, nabla_grad, project, \
Expand Down

0 comments on commit 2a87e85

Please sign in to comment.