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

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

TUNE TPS2; b) Don't recompute Q in loop

+ it's already computed in self._StepPrepareWithoutTaskManager()
+ it's time independent
parent 709c2c80
No related branches found
No related tags found
Loading
......@@ -234,7 +234,6 @@ class TPS2(_tpsx.TPSX, \
self._Assemble_f_iter()
f = self._f_fix.vec.FV().NumPy() + self._f_iter.vec.FV().NumPy()
self._Compute_Q()
LHS = self._Q.dot( A.dot( self._Q.transpose() ) )
RHS = self._Q.dot( f )
......
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