Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmpi.pxi96 object comm, MPI_Comm defv,
H A DComm.pyx192 object comm, MPI_Comm defv,
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Ddriver.c104 PetscErrorCode GetInt(const char* name, PetscInt *v, PetscInt defv) in GetInt()