You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be important to have a "verified" block iterations, such that changes in the code can also be tested on algorithm view. Therefore, i created a test file 'test_blockMethods`.
Currently tested blockIterations:
Method
Formulation
Predictor
Parareal
$\phi$$\chi$
Parareal
$\phi$$\chi$
$\phi_D^{-1}*\chi$
Parareal
$F$$G$
Parareal
$F$$G$
$G$
PararealSC
$F$$G$
None
PararealSC
$F$$G$
$P * G * R$
BlockJacobi
$\phi$$\chi$
I
BlockJacobi
$\phi$$\chi$
BlockJacobi
$\phi$$\chi$
$\phi_D^{-1}*\chi$
ApproxBlockGaussSeidel
$\phi$$\chi$
ApproxBlockGaussSeidel
$\phi$$\chi$
$\phi_D^{-1}*\chi$
PFASST
$\phi$$\chi$
Needs to be added:
Method
Formulation
Predictor
Following todos:
Verify that the block iterations look like expected
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @tlunet
I think it would be important to have a "verified" block iterations, such that changes in the code can also be tested on algorithm view. Therefore, i created a test file 'test_blockMethods`.
Currently tested blockIterations:
Needs to be added:
Following todos:
getBlockIteration
Beta Was this translation helpful? Give feedback.
All reactions