Searched refs:nlnk_max (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1358 static inline PetscErrorCode PetscLLCondensedCreate(PetscInt nlnk_max, PetscInt lnk_max, PetscInt *… in PetscLLCondensedCreate() argument 1363 PetscCall(PetscIntMultError(2, nlnk_max + 2, &lsize)); in PetscLLCondensedCreate() 1457 static inline PetscErrorCode PetscLLCondensedCreate_Scalable(PetscInt nlnk_max, PetscInt **lnk) in PetscLLCondensedCreate_Scalable() argument 1462 PetscCall(PetscIntMultError(2, nlnk_max + 2, &lsize)); in PetscLLCondensedCreate_Scalable() 1471 static inline PetscErrorCode PetscLLCondensedExpand_Scalable(PetscInt nlnk_max, PetscInt **lnk) in PetscLLCondensedExpand_Scalable() argument 1476 PetscCall(PetscIntMultError(2, nlnk_max + 2, &lsize)); in PetscLLCondensedExpand_Scalable() 1549 static inline PetscErrorCode PetscLLCondensedCreate_fast(PetscInt nlnk_max, PetscInt **lnk) in PetscLLCondensedCreate_fast() argument 1555 PetscCall(PetscIntMultError(3, nlnk_max + 3, &lsize)); in PetscLLCondensedCreate_fast()
|