Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatimpl.h882 #define PetscLLCreate(idx_start, lnk_max, nlnk, lnk, bt) ((PetscErrorCode)(PetscMalloc1(nlnk, &lnk)… argument
884 #define PetscLLCreate_new(idx_start, lnk_max, nlnk, lnk, bt, lnk_empty) ((PetscErrorCode)(PetscMall… argument
886 …PetscLLInsertLocation_Private(PetscBool assume_sorted, PetscInt k, PetscInt idx_start, PetscInt en… in PetscLLInsertLocation_Private()
906 …Add_Private(PetscInt nidx, const PetscInt *PETSC_RESTRICT indices, PetscInt idx_start, PetscInt *P… in PetscLLAdd_Private()
931 … PetscLLAdd(PetscInt nidx, const PetscInt *PETSC_RESTRICT indices, PetscInt idx_start, PetscInt *P… in PetscLLAdd()
951 …LLAddSorted(PetscInt nidx, const PetscInt *PETSC_RESTRICT indices, PetscInt idx_start, PetscInt *P… in PetscLLAddSorted()
972 …cInt *PETSC_RESTRICT indices, const PetscInt *PETSC_RESTRICT perm, PetscInt idx_start, PetscInt *P… in PetscLLAddPerm()
1043 …rorCode PetscLLAddSortedLU(const PetscInt *PETSC_RESTRICT indices, PetscInt idx_start, PetscInt *P… in PetscLLAddSortedLU()
1072 static inline PetscErrorCode PetscLLClean(PetscInt idx_start, PetscInt lnk_max, PetscInt nlnk, Pets… in PetscLLClean()
1101 #define PetscIncompleteLLCreate(idx_start, lnk_max, nlnk, lnk, lnk_lvl, bt) \ argument
[all …]