From 9afd45050f5cc8c52269ce0b1dd35c15eb0da8e5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Wed, 25 Apr 2018 14:56:59 +0200 Subject: [PATCH] Update the readme file of the cook membrane example. --- .../README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Quasi_static_Finite_strain_Compressible_Elasticity/README.md b/Quasi_static_Finite_strain_Compressible_Elasticity/README.md index 13c05c6..5a5e5cc 100644 --- a/Quasi_static_Finite_strain_Compressible_Elasticity/README.md +++ b/Quasi_static_Finite_strain_Compressible_Elasticity/README.md @@ -32,7 +32,7 @@ nor plane-stress conditions. ## Requirements -* Version 8.2.1 or greater of `deal.II` +* Version 8.5 or greater of `deal.II` ## Compiling and running @@ -58,7 +58,7 @@ make run ## Reference for this work If you use this program as a basis for your own work, please consider citing it in your list of references. The initial version of this work was contributed to the deal.II project by the authors listed in the following citation: -* J-P. V. Pelteret and A. McBride, The deal.II code gallery: Quasi-Static Finite-Strain Compressible Elasticity, 2016. DOI: [10.5281/zenodo.437601](http://doi.org/10.5281/zenodo.437601) +* J-P. V. Pelteret and A. McBride, The deal.II code gallery: Quasi-Static Finite-Strain Compressible Elasticity, 2016. DOI: [10.5281/zenodo.1228964](http://doi.org/10.5281/zenodo.1228964) ### Acknowledgements The support of this work by the European Research Council (ERC) through the Advanced Grant 289049 MOCOPOLY is gratefully acknowledged by the first author. @@ -80,6 +80,11 @@ It amounts to a reduction and slight reworking of `step-44` (accounting for the removal of the two additional fields used therein). We also refer the reader to `step-44` for a brief overview of the continuum mechanics and kinematics related to solid mechanics. +We also provide two alternative assembly mechanisms, which can be selected within +the parameter file, that use automatic differentiation to assemble the linear +system. These not only demonstrate how one might employ such automated techniques +to linearise the residual, but also serve as a verification of the correctness of +the hand-developed implementation of the tangent stiffness matrix. ## Results These results were produced using the following material properties: -- 2.39.5