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
578be711
Commit
578be711
authored
Dec 21, 2011
by
Elias Pipping
Committed by
pipping@FU-BERLIN.DE
Dec 21, 2011
Browse files
Make the parser happy
[[Imported from SVN: r10994]]
parent
189ecdae
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/elasticity/zienkiewiczzhuestimator.hh
View file @
578be711
...
...
@@ -195,10 +195,10 @@ public:
#else
// Technicality: turn the matrix into a linear operator
MatrixAdapter
<
MassMatrixType
,
BlockVector
<
SymmetricTensor
<
dim
>
>
,
BlockVector
<
SymmetricTensor
<
dim
>>
>
op
(
massMatrix
);
MatrixAdapter
<
MassMatrixType
,
BlockVector
<
SymmetricTensor
<
dim
>
>
,
BlockVector
<
SymmetricTensor
<
dim
>
>
>
op
(
massMatrix
);
// A preconditioner
SeqILU0
<
MassMatrixType
,
BlockVector
<
SymmetricTensor
<
dim
>
>
,
BlockVector
<
SymmetricTensor
<
dim
>>
>
ilu0
(
massMatrix
,
1.0
);
SeqILU0
<
MassMatrixType
,
BlockVector
<
SymmetricTensor
<
dim
>
>
,
BlockVector
<
SymmetricTensor
<
dim
>
>
>
ilu0
(
massMatrix
,
1.0
);
// A preconditioned conjugate-gradient solver
int
numIt
=
100
;
...
...
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