Searched refs:mat_type_other (Results 1 – 1 of 1) sorted by relevance
549 MatType mat_type_ceed, mat_type_other; in MatCeedCopy() local554 PetscCall(MatGetType(mat_other, &mat_type_other)); in MatCeedCopy()555 PetscCall(PetscStrcmp(mat_type_other, MATCEED, &is_matceed)); in MatCeedCopy()556 PetscCall(PetscStrcmp(mat_type_other, MATSHELL, &is_matshell)); in MatCeedCopy()