Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lisa_julia.nebel_at_tu-dresden.de
dune-elasticity
Commits
6088ebde
Commit
6088ebde
authored
Jan 16, 2014
by
akbib
Committed by
akbib
Jan 16, 2014
Browse files
The local st venant kirchhoff assemblers have been renamed.
[[Imported from SVN: r12670]]
parent
3db779a1
Changes
1
Show whitespace changes
Inline
Side-by-side
dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
View file @
6088ebde
...
@@ -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/geo
nonlin
stvenantfunctionalassembler.hh>
#include <dune/fufem/assemblers/localassemblers/geo
mexact
stvenant
kirchhoff
functionalassembler.hh>
#include <dune/fufem/assemblers/localassemblers/geo
nonlinlinearizedstvenant
assembler.hh>
#include <dune/fufem/assemblers/localassemblers/geo
mexactstvenantkirchhoffoperator
assembler.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
Geom
NonlinElasticity
FunctionalAssembler
<
GridType
,
Lfe
>
GeomLinearization
;
typedef
Geom
ExactStVenantKirchhoff
FunctionalAssembler
<
GridType
,
Lfe
>
GeomLinearization
;
typedef
Geom
NonlinLinearizedStVenant
Assembler
<
GridType
,
Lfe
,
Lfe
>
GeomHessian
;
typedef
Geom
ExactStVenantKirchhoffOperator
Assembler
<
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment