MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / MultTrans

Method MultTrans

python/ngs2petsc.py:126–129  ·  view source on GitHub ↗
(self,x,y)

Source from the content-addressed store, hash-verified

124 self.vecmap.P2N(self.pscy, y)
125
126 def MultTrans(self,x,y):
127 self.vecmap.N2P(x,self.pscx)
128 self.precond.applyTranspose(self.pscx, self.pscy)
129 self.vecmap.P2N(self.pscy, y)
130
131
132from ngsolve.comp import RegisterPreconditioner

Callers

nothing calls this directly

Calls 2

N2PMethod · 0.80
P2NMethod · 0.80

Tested by

no test coverage detected