Home
last modified time | relevance | path

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

/honee/src/
H A Dmat-ceed.c602 const PetscInt *block_sizes; in MatCeedCopy() local
604 PetscCall(MatGetVariableBlockSizes(mat_ceed, &num_blocks, &block_sizes)); in MatCeedCopy()
605 …f (num_blocks) PetscCall(MatSetVariableBlockSizes(mat_other, num_blocks, (PetscInt *)block_sizes)); in MatCeedCopy()