*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit ef9e1e6c authored by Carl-Martin Pfeiler's avatar Carl-Martin Pfeiler
Browse files

TUNE TPS2; d) Save 1 RHS computation at start

+ is done in fixpoint loop anyhow
parent 2e703a14
No related branches found
No related tags found
No related merge requests found
......@@ -258,6 +258,12 @@ class TPS2(_tpsx.TPSX, \
print("itnr = ", itnr, "; Err = ", itError)
#------------------------------------------------------------------------------#
def _ComputeRHS(self): pass
#------------------------------------------------------------------------------#
......
......@@ -114,6 +114,9 @@ class TPS2AB(tps2.TPS2, _forms.lf_old.LinearForms_Old):
#------------------------------------------------------------------------------#
def _ComputeRHS(self):
from . import _tpsx
_tpsx.TPSX._ComputeRHS(self)
def _Compute_v(self):
import scipy.sparse.linalg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment