Home
last modified time | relevance | path

Searched refs:lixp (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/interface/
H A Drvector.c1077 PetscInt lixp[128], *lix = lixp; in VecSetValuesLocal() local
1138 PetscInt lixp[128], *lix = lixp; in VecSetValuesBlockedLocal() local
1149 if (ni > (PetscInt)PETSC_STATIC_ARRAY_LENGTH(lixp)) PetscCall(PetscMalloc1(ni, &lix)); in VecSetValuesBlockedLocal()
1152 if (ni > (PetscInt)PETSC_STATIC_ARRAY_LENGTH(lixp)) PetscCall(PetscFree(lix)); in VecSetValuesBlockedLocal()