From: Wolfgang Bangerth Date: Mon, 20 Feb 2012 09:14:51 +0000 (+0000) Subject: Add a sentence. X-Git-Tag: v8.0.0~2870 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40b015f48c5e935bec6da172685df4bb547609c;p=dealii.git Add a sentence. git-svn-id: https://svn.dealii.org/trunk@25118 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-44/doc/results.dox b/deal.II/examples/step-44/doc/results.dox index 8278bdcdee..fa85da50a5 100644 --- a/deal.II/examples/step-44/doc/results.dox +++ b/deal.II/examples/step-44/doc/results.dox @@ -174,7 +174,8 @@ There are a number of obvious extensions for this work: model is very basic. It may be beneficial to split the material class into two separate classes, one dealing with the volumetric response and the other the isochoric response, and produce a generic - materials class that would allow for the addition of more complex + materials class (i.e. having abstract virtual functions that derived + classes have to implement) that would allow for the addition of more complex material models. Such models could include other hyperelastic materials, plasticity and viscoelastic materials and others. - The program has been developed for solving problems on single-node