Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dgcreate.c282 PetscInt bind_below = 0, newbs = -1; in MatSetFromOptions() local
289 …lock_size", "Set the blocksize used to store the matrix", "MatSetBlockSize", newbs, &newbs, &flg)); in MatSetFromOptions()
291 PetscCall(PetscLayoutSetBlockSize(B->rmap, newbs)); in MatSetFromOptions()
292 PetscCall(PetscLayoutSetBlockSize(B->cmap, newbs)); in MatSetFromOptions()
299 if (newbs > 0) PetscTryTypeMethod(B, setblocksizes, newbs, newbs); in MatSetFromOptions()