(mat, freedofs, flags)
| 140 | |
| 141 | |
| 142 | def MakePETScPreconditioner(mat, freedofs, flags): |
| 143 | return PETScPreconditioner(mat, freedofs, flags) |
| 144 | |
| 145 | RegisterPreconditioner ("petsc", MakePETScPreconditioner, docflags = { \ |
| 146 | "pc_type" : "type of PETSc preconditioner", |
nothing calls this directly
no test coverage detected