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

Method Mult

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

Source from the content-addressed store, hash-verified

119 return self.ngsmat.CreateVector(not col)
120
121 def Mult(self,x,y):
122 self.vecmap.N2P(x,self.pscx)
123 self.precond.apply(self.pscx, self.pscy)
124 self.vecmap.P2N(self.pscy, y)
125
126 def MultTrans(self,x,y):
127 self.vecmap.N2P(x,self.pscx)

Callers

nothing calls this directly

Calls 2

N2PMethod · 0.80
P2NMethod · 0.80

Tested by

no test coverage detected