Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
11ebecb1
Commit
11ebecb1
authored
Nov 03, 2011
by
akbib
Committed by
akbib@FU-BERLIN.DE
Nov 03, 2011
Browse files
don't use FieldVector::size anymore, but can't use SymmetricTensor::dimension neither
[[Imported from SVN: r10886]]
parent
40865050
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/elasticity/zienkiewiczzhuestimator.hh
View file @
11ebecb1
...
...
@@ -41,7 +41,8 @@ public:
// Create mass matrix
// ////////////////////////////////////////////////////////////////////////
typedef
FieldMatrix
<
double
,
SymmetricTensor
<
dim
>::
size
,
SymmetricTensor
<
dim
>::
size
>
BlockType
;
//Blocktype is of size of the internal of a symmetric tensor, that is dim*(dim+1)/2
typedef
FieldMatrix
<
double
,
dim
*
(
dim
+
1
)
/
2
,
dim
*
(
dim
+
1
)
/
2
>
BlockType
;
typedef
BCRSMatrix
<
BlockType
>
MassMatrixType
;
typedef
P1NodalBasis
<
typename
GridType
::
LeafGridView
,
double
>
P1Basis
;
...
...
Write
Preview
Supports
Markdown
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