Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hyteg
hyteg
Commits
83b8b855
Commit
83b8b855
authored
Jan 25, 2022
by
Nils Kohl
🌝
Browse files
Fix in Trilinos sparse matrix test.
parent
28d107fe
Pipeline
#37041
passed with stages
in 133 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/hyteg/trilinos/TrilinosSparseMatrixTest.cpp
View file @
83b8b855
...
...
@@ -116,7 +116,7 @@ void compareSparseMatrixMatlabOutput()
trilinosMatrix
.
exportToMatlabFormat
(
"../../output/TrilinosMatlabExport.m"
,
"MyTrilinosMatrix"
);
// PETScSparseMatrix< OperatorType, P2P1TaylorHoodFunction > petscMatrix( storage, level );
PETScSparseMatrix
<
OperatorType
>
petscMatrix
(
storage
,
level
)
;
PETScSparseMatrix
<
OperatorType
>
petscMatrix
;
petscMatrix
.
createMatrixFromOperator
(
op
,
level
,
numerator
);
petscMatrix
.
applyDirichletBC
(
numerator
,
level
);
petscMatrix
.
print
(
"../../output/PetscMatlabExport.m"
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment