From f40b015f48c5e935bec6da172685df4bb547609c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 20 Feb 2012 09:14:51 +0000 Subject: [PATCH] Add a sentence. git-svn-id: https://svn.dealii.org/trunk@25118 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-44/doc/results.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5