Home
last modified time | relevance | path

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

/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.h16 PetscInt n_loc, *in_loc; /* nloc is length of in_loc and v_loc */ member
H A Dmpisbaij.c39 PetscCall(PetscFree(baij->in_loc)); in MatDestroy_MPISBAIJ()
310 PetscInt n_loc, *in_loc = NULL; in MatSetValues_MPISBAIJ() local
316 PetscCall(PetscFree(baij->in_loc)); in MatSetValues_MPISBAIJ()
318 PetscCall(PetscMalloc1(n, &baij->in_loc)); in MatSetValues_MPISBAIJ()
323 in_loc = baij->in_loc; in MatSetValues_MPISBAIJ()
385 in_loc[n_loc] = in[j]; in MatSetValues_MPISBAIJ()
393 PetscCall(MatStashValuesRow_Private(&mat->stash, im[i], n_loc, in_loc, v_loc, PETSC_FALSE)); in MatSetValues_MPISBAIJ()
2130 b->in_loc = NULL; in MatCreate_MPISBAIJ()