Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cycle
Method · 0.95
V_cycle_v2
Method · 0.95
Calls
1
presmoother
Method · 0.95
Tested by
no test coverage detected