Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
445ce0f2
Commit
445ce0f2
authored
Mar 20, 2016
by
Henry Weller
Browse files
Test-Matrix: Removed timing test
parent
67a51b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/test/Matrix/Test-Matrix.C
View file @
445ce0f2
...
...
@@ -131,22 +131,6 @@ int main(int argc, char *argv[])
Info
<<
"det = "
<<
detDecomposed
(
squareMatrix
,
sign
)
<<
endl
;
}
{
scalarSquareMatrix
squareMatrix
(
3000
,
3000
,
1
);
for
(
label
i
=
0
;
i
<
squareMatrix
.
n
();
i
++
)
{
squareMatrix
(
i
,
i
)
=
10
;
}
scalarField
rhs
(
squareMatrix
.
n
(),
0
);
rhs
[
0
]
=
1
;
rhs
[
1
]
=
2
;
rhs
[
2
]
=
3
;
LUsolve
(
squareMatrix
,
rhs
);
}
Info
<<
"
\n
End
\n
"
<<
endl
;
return
0
;
...
...
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