MCPcopy Create free account
hub / github.com/chunleili/mgpbd / postsmoother

Method postsmoother

engine/solver/amg_python.py:140–141  ·  view source on GitHub ↗
(self,A,x,b)

Source from the content-addressed store, hash-verified

138
139
140 def postsmoother(self,A,x,b):
141 self.presmoother(A,x,b)
142
143
144 def coarse_solver(self, A, b):

Callers 2

old_V_cycleMethod · 0.95
V_cycle_v2Method · 0.95

Calls 1

presmootherMethod · 0.95

Tested by

no test coverage detected