Home
last modified time | relevance | path

Searched defs:meth (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dsetup.py10 meth = UnixCCompiler.runtime_library_dir_option.im_func variable
12 meth = UnixCCompiler.runtime_library_dir_option variable
/petsc/src/ksp/pc/impls/parms/
H A Dparms.c32 PetscBool nonsymperm, meth[8]; member
46 PetscInt meth[8]; in PCSetUp_PARMS() local
/petsc/src/binding/petsc4py/test/
H A Dtest_pc_py.py184 def _applyMeth(self, meth): argument