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
4dac6189
Commit
4dac6189
authored
Jun 02, 2022
by
Fabian Böhm
Browse files
switch to petscScalar in CreateFromLinComb test
parent
97140094
Pipeline
#40518
failed with stages
in 126 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/hyteg/Petsc/PetscCreateFromLinCombTest.cpp
View file @
4dac6189
...
...
@@ -83,7 +83,7 @@ int main( int argc, char* argv[] )
{
2
,
-
1
},
{
std
::
make_shared
<
PETScSparseMatrixProxy
>
(
pM1
),
std
::
make_shared
<
PETScSparseMatrixProxy
>
(
pM2
)
}
);
// check result
real_t
val
=
0
;
PetscScalar
val
=
0
;
for
(
int
i
=
0
;
i
<
2
;
++
i
)
{
for
(
int
j
=
0
;
j
<
2
;
++
j
)
...
...
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