Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h1358 static inline PetscErrorCode PetscLLCondensedCreate(PetscInt nlnk_max, PetscInt lnk_max, PetscInt *… in PetscLLCondensedCreate()
1457 static inline PetscErrorCode PetscLLCondensedCreate_Scalable(PetscInt nlnk_max, PetscInt **lnk) in PetscLLCondensedCreate_Scalable()
1471 static inline PetscErrorCode PetscLLCondensedExpand_Scalable(PetscInt nlnk_max, PetscInt **lnk) in PetscLLCondensedExpand_Scalable()
1549 static inline PetscErrorCode PetscLLCondensedCreate_fast(PetscInt nlnk_max, PetscInt **lnk) in PetscLLCondensedCreate_fast()