Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-elasticity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-elasticity
Commits
6088ebde
Commit
6088ebde
authored
11 years ago
by
akbib
Committed by
akbib
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
The local st venant kirchhoff assemblers have been renamed.
[[Imported from SVN: r12670]]
parent
3db779a1
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
+4
-4
4 additions, 4 deletions
...lasticity/materials/geomexactstvenantkirchhoffmaterial.hh
with
4 additions
and
4 deletions
dune/elasticity/materials/geomexactstvenantkirchhoffmaterial.hh
+
4
−
4
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment