Skip to content

Commit 5193238

Browse files
committed
TL: remove deprecated call
1 parent bb96543 commit 5193238

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

pySDC/implementations/sweeper_classes/imex_1st_order.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pySDC/implementations/sweeper_classes/imex_1st_order_MPI.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pySDC/implementations/sweeper_classes/imex_1st_order_mass.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)