Searched refs:aAtype (Results 1 – 1 of 1) sorted by relevance
3461 MatType aAtype; in MatISGetAssembled_Private() local3471 if (a->assembledA) PetscCall(MatGetType(a->assembledA, &aAtype)); in MatISGetAssembled_Private()3472 else if (size > 1) aAtype = bs > 1 ? MATMPIBAIJ : MATMPIAIJ; in MatISGetAssembled_Private()3473 else aAtype = bs > 1 ? MATSEQBAIJ : MATSEQAIJ; in MatISGetAssembled_Private()3475 …PetscCall(MatConvert(A, aAtype, a->assembledA ? MAT_REUSE_MATRIX : MAT_INITIAL_MATRIX, &a->assembl… in MatISGetAssembled_Private()