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
Conor Joseph Mccoid
UNIGE
Commits
390a39de
Commit
390a39de
authored
Nov 22, 2021
by
Conor McCoid
Browse files
Extrap: changed legend for FPI example
parent
07fa4a21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Research/Extrapolation methods/Code/EX_extrap_linearFPI_v1_20211022.m
View file @
390a39de
...
...
@@ -35,11 +35,11 @@ semilogy(1:n,Error_v1,'b*--',1:n,Error_v2,'k.--')
xlabel
(
'Iteration'
)
ylabel
(
'Error in solution'
)
title
(
'Error vs iteration'
)
legend
(
'MPE w/ Arnoldi'
,
'MPE'
)
legend
(
'MPE w/ Arnoldi'
,
'MPE
w/ Householder
'
)
figure
(
2
)
semilogy
(
1
:
n
,
res_MPE_v1
,
'b*--'
,
1
:
n
,
res_MPE_v2
,
'k.--'
,
1
:
length
(
res_GMRES
),
res_GMRES
,
'ro'
)
xlabel
(
'Iteration'
)
ylabel
(
'Residual'
)
title
(
'Residual vs iteration'
)
legend
(
'MPE w/ Arnoldi'
,
'MPE'
,
'GMRES'
)
\ No newline at end of file
legend
(
'MPE w/ Arnoldi'
,
'MPE w/ Householder'
,
'GMRES'
)
\ No newline at end of file
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