File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
pySDC/implementations/sweeper_classes Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ def update_nodes(self):
6868 # only if the level has been touched before
6969 assert L .status .unlocked
7070
71- self .updateVariableCoeffs (L .status .sweep )
72-
7371 # gather all terms which are known already (e.g. from the previous iteration)
7472 # this corresponds to u0 + QF(u^k) - QIFI(u^k) - QEFE(u^k) + tau
7573
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ def update_nodes(self):
4949 # only if the level has been touched before
5050 assert L .status .unlocked
5151
52- self .updateVariableCoeffs (L .status .sweep )
53-
5452 # gather all terms which are known already (e.g. from the previous iteration)
5553 # this corresponds to u0 + QF(u^k) - QdF(u^k) + tau
5654
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ def update_nodes(self):
2222 # only if the level has been touched before
2323 assert L .status .unlocked
2424
25- self .updateVariableCoeffs (L .status .sweep )
26-
2725 # gather all terms which are known already (e.g. from the previous iteration)
2826 # this corresponds to u0 + QF(u^k) - QIFI(u^k) - QEFE(u^k) + tau
2927
You can’t perform that action at this time.
0 commit comments