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

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

just moved few lines for cleaning

parent cb467ee5
No related branches found
No related tags found
No related merge requests found
......@@ -111,12 +111,8 @@ class TPS2AB(tps2.TPS2, _forms.lf_old.LinearForms_Old):
self._ab_f += SymbolicLFI(rhs_ab_cf.Compile(realcompile=True, wait=True))
#------------------------------------------------------------------------------#
def _ComputeRHS(self):
from . import _tpsx
_tpsx.TPSX._ComputeRHS(self)
def _Compute_v(self):
import scipy.sparse.linalg
......@@ -133,6 +129,14 @@ class TPS2AB(tps2.TPS2, _forms.lf_old.LinearForms_Old):
self._UpdateGuess()
#------------------------------------------------------------------------------#
def _ComputeRHS(self):
from . import _tpsx
_tpsx.TPSX._ComputeRHS(self)
#------------------------------------------------------------------------------#
......
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