Searched refs:defv (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_optdb.py | 108 defv = 0 119 v = pget('sv', defv) 123 v = pget('missing', defv) 125 self.assertEqual(v, pyt(defv))
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | driver.c | 104 PetscErrorCode GetInt(const char* name, PetscInt *v, PetscInt defv) in GetInt() argument 107 *v = defv; in GetInt()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmpi.pxi | 96 object comm, MPI_Comm defv, argument 100 retv = defv
|
| H A D | Comm.pyx | 192 object comm, MPI_Comm defv, argument 194 return def_Comm(comm, defv)
|