Skip to content
Snippets Groups Projects
Commit 6088ebde authored by akbib's avatar akbib Committed by akbib
Browse files

The local st venant kirchhoff assemblers have been renamed.

[[Imported from SVN: r12670]]
parent 3db779a1
Branches
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include <dune/fufem/quadraturerules/quadraturerulecache.hh> #include <dune/fufem/quadraturerules/quadraturerulecache.hh>
#include <dune/fufem/symmetrictensor.hh> #include <dune/fufem/symmetrictensor.hh>
#include <dune/fufem/functions/virtualgridfunction.hh> #include <dune/fufem/functions/virtualgridfunction.hh>
#include <dune/fufem/assemblers/localassemblers/geononlinstvenantfunctionalassembler.hh> #include <dune/fufem/assemblers/localassemblers/geomexactstvenantkirchhofffunctionalassembler.hh>
#include <dune/fufem/assemblers/localassemblers/geononlinlinearizedstvenantassembler.hh> #include <dune/fufem/assemblers/localassemblers/geomexactstvenantkirchhoffoperatorassembler.hh>
#include <dune/elasticity/materials/material.hh> #include <dune/elasticity/materials/material.hh>
#include <dune/elasticity/common/elasticityhelpers.hh> #include <dune/elasticity/common/elasticityhelpers.hh>
...@@ -35,8 +35,8 @@ public: ...@@ -35,8 +35,8 @@ public:
private: private:
using Base::dim; using Base::dim;
typedef typename GridType::ctype ctype; typedef typename GridType::ctype ctype;
typedef GeomNonlinElasticityFunctionalAssembler<GridType,Lfe> GeomLinearization; typedef GeomExactStVenantKirchhoffFunctionalAssembler<GridType,Lfe> GeomLinearization;
typedef GeomNonlinLinearizedStVenantAssembler<GridType, Lfe, Lfe> GeomHessian; typedef GeomExactStVenantKirchhoffOperatorAssembler<GridType, Lfe, Lfe> GeomHessian;
typedef typename GridType::template Codim<0>::Geometry::LocalCoordinate LocalCoordinate; typedef typename GridType::template Codim<0>::Geometry::LocalCoordinate LocalCoordinate;
typedef typename GridType::template Codim<0>::LeafIterator ElementIterator; typedef typename GridType::template Codim<0>::LeafIterator ElementIterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment