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
Aland, Sebastian
amdis
Commits
61282acc
Commit
61282acc
authored
Feb 08, 2010
by
Thomas Witkowski
Browse files
Added matlab output functions for matrices and vectors.
parent
53f65fc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemScal.cc
View file @
61282acc
...
...
@@ -235,9 +235,6 @@ namespace AMDiS {
#endif
clock_t
first
=
clock
();
debug
::
writeMatlabMatrix
(
*
systemMatrix
,
"ac.dat"
);
exit
(
0
);
SolverMatrix
<
DOFMatrix
>
solverMatrix
;
solverMatrix
.
setMatrix
(
*
systemMatrix
);
solver
->
solveSystem
(
solverMatrix
,
*
solution
,
*
rhs
);
...
...
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