Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hyteg
hyteg
Commits
921463aa
Commit
921463aa
authored
Apr 04, 2022
by
Nils Kohl
🌝
Browse files
Removed sparse matrix output.
parent
2c44d076
Pipeline
#38937
failed with stages
in 87 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/hyteg/dg/DGLaplaceSymmetryTest.cpp
View file @
921463aa
...
...
@@ -56,8 +56,6 @@ static void test( const std::string& meshFile, const uint_t& level )
hyteg
::
PETScSparseMatrix
<
DGOperator
>
Lpetsc
;
Lpetsc
.
createMatrixFromOperator
(
L
,
level
,
numerator
,
hyteg
::
All
);
Lpetsc
.
print
(
"/Users/nilskohl/Desktop/asdf.m"
,
false
,
PETSC_VIEWER_ASCII_MATLAB
);
WALBERLA_CHECK
(
Lpetsc
.
isSymmetric
(
1e-12
),
"DG Laplacian _NOT_ symmetric for: level = "
<<
level
<<
", mesh: "
<<
meshFile
);
WALBERLA_LOG_INFO_ON_ROOT
(
"DG Laplacian symmetric for: level = "
<<
level
<<
", mesh: "
<<
meshFile
);
}
...
...
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