From 6088ebde0db3a31add041be679f88eb3a189e976 Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@mi.fu-berlin.de>
Date: Thu, 16 Jan 2014 11:08:48 +0000
Subject: [PATCH] The local st venant kirchhoff assemblers have been renamed.

[[Imported from SVN: r12670]]
---
 .../materials/geomexactstvenantkirchhoffmaterial.hh       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh b/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
index d8a6291..5beb9da 100644
--- a/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
+++ b/dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
@@ -6,8 +6,8 @@
 #include <dune/fufem/quadraturerules/quadraturerulecache.hh>
 #include <dune/fufem/symmetrictensor.hh>
 #include <dune/fufem/functions/virtualgridfunction.hh>
-#include <dune/fufem/assemblers/localassemblers/geononlinstvenantfunctionalassembler.hh>
-#include <dune/fufem/assemblers/localassemblers/geononlinlinearizedstvenantassembler.hh>
+#include <dune/fufem/assemblers/localassemblers/geomexactstvenantkirchhofffunctionalassembler.hh>
+#include <dune/fufem/assemblers/localassemblers/geomexactstvenantkirchhoffoperatorassembler.hh>
 
 #include <dune/elasticity/materials/material.hh>
 #include <dune/elasticity/common/elasticityhelpers.hh>
@@ -35,8 +35,8 @@ public:
 private:
     using Base::dim;
     typedef typename GridType::ctype ctype;
-    typedef GeomNonlinElasticityFunctionalAssembler<GridType,Lfe> GeomLinearization;
-    typedef GeomNonlinLinearizedStVenantAssembler<GridType, Lfe, Lfe> GeomHessian;
+    typedef GeomExactStVenantKirchhoffFunctionalAssembler<GridType,Lfe> GeomLinearization;
+    typedef GeomExactStVenantKirchhoffOperatorAssembler<GridType, Lfe, Lfe> GeomHessian;
     typedef typename GridType::template Codim<0>::Geometry::LocalCoordinate LocalCoordinate; 
     typedef typename GridType::template Codim<0>::LeafIterator ElementIterator; 
 
-- 
GitLab