Searched refs:block_sizes (Results 1 – 1 of 1) sorted by relevance
602 const PetscInt *block_sizes; in MatCeedCopy() local604 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()