Parent Directory
|
Revision Log
|
Patch
revision 110 by jgs, Mon Feb 14 04:14:42 2005 UTC | revision 114 by jgs, Fri Mar 4 07:12:37 2005 UTC | |
---|---|---|
# | Line 172 class LinearPDE: | Line 172 class LinearPDE: |
172 | SSOR=util.SSOR | SSOR=util.SSOR |
173 | GMRES=util.GMRES | GMRES=util.GMRES |
174 | PRES20=util.PRES20 | PRES20=util.PRES20 |
175 | ILU0=util.ILU0 | |
176 | JACOBI=util.JACOBI | |
177 | ||
178 | def __init__(self,domain,numEquations=0,numSolutions=0): | def __init__(self,domain,numEquations=0,numSolutions=0): |
179 | """ | """ |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |