Lines Matching refs:_log
75 def _log(self, method, *args): member in PC_PYTHON_CLASS
80 self._log('create', pc)
83 self._log('destroy')
87 self._log('reset', pc)
90 self._log('view', pc, vw)
93 self._log('setFromOptions', pc)
100 self._log('setUp', pc)
104 self._log('preSolve', pc, ksp, b, x)
107 self._log('postSolve', pc, ksp, b, x)
110 self._log('apply', pc, x, y)
114 self._log('applySymmetricLeft', pc, x, y)
118 self._log('applySymmetricRight', pc, x, y)
122 self._log('applyTranspose', pc, x, y)
126 self._log('matApply', pc, x, y)
130 self._log('applyRichardson', pc, x, y, w, tols)