Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
29c5ebaf
Commit
29c5ebaf
authored
Jan 10, 2013
by
Sebastian Aland
Browse files
Fehler in AMDiS/src/parallel/PetscSolverGlobalBlockMatrix.cc korrigiert
parent
81cffe8c
Changes
1
Show whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/PetscSolverGlobalBlockMatrix.cc
View file @
29c5ebaf
...
...
@@ -60,8 +60,8 @@ namespace AMDiS {
MatCreateAIJ
(
domainComm
,
nRankRows
*
blockSize
[
i
],
nRankRows
*
blockSize
[
j
],
nOverallRows
*
blockSize
[
i
],
nOverallRows
*
blockSize
[
j
],
30
*
blockSize
[
i
],
PETSC_NULL
,
30
*
blockSize
[
j
],
PETSC_NULL
,
30
0
*
blockSize
[
i
],
PETSC_NULL
,
30
0
*
blockSize
[
j
],
PETSC_NULL
,
&
(
nestMat
[
i
*
nBlocks
+
j
]));
for
(
int
i
=
0
;
i
<
nComponents
;
i
++
)
...
...
@@ -260,8 +260,8 @@ namespace AMDiS {
vector
<
int
>
cols
;
vector
<
double
>
values
;
cols
.
reserve
(
300
);
values
.
reserve
(
300
);
cols
.
reserve
(
300
0
);
values
.
reserve
(
300
0
);
// === Traverse all rows of the dof matrix and insert row wise the values ===
// === to the PETSc matrix. ===
...
...
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