Home
last modified time | relevance | path

Searched defs:outer (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex81.c14 PetscInt i, j, *outer, M, N, found = Q; in main() local
/petsc/src/binding/petsc4py/conf/
H A Dstubgen.py135 def visit_class(cls, outer=None, done=None): argument
/petsc/src/binding/petsc4py/docs/source/
H A Dapidoc.py215 def visit_class(cls, outer=None, done=None): argument
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c179 #define AllocateInternalID(MUMPS_STRUC_T, outer) \ argument
199 static inline PetscErrorCode MatMumpsAllocateInternalID(XMUMPS_STRUC_C *outer, PetscPrecision preci… in MatMumpsAllocateInternalID()
217 #define FreeInternalIDFields(MUMPS_STRUC_T, outer) \ argument
230 static inline PetscErrorCode MatMumpsFreeInternalID(XMUMPS_STRUC_C *outer) in MatMumpsFreeInternalID()
423 #define PreMumpsCall(inner, outer, mumpsscalar) \ argument
461 #define PostMumpsCall(inner, outer) \ argument
468 static inline PetscErrorCode PetscCallMumps_Private(XMUMPS_STRUC_C *outer) in PetscCallMumps_Private()