Searched refs:mat_type_other (Results 1 – 1 of 1) sorted by relevance
498 MatType mat_type_ceed, mat_type_other; in MatCeedCopy() local503 PetscCall(MatGetType(mat_other, &mat_type_other)); in MatCeedCopy()504 PetscCall(PetscStrcmp(mat_type_other, MATCEED, &is_matceed)); in MatCeedCopy()505 PetscCall(PetscStrcmp(mat_type_other, MATSHELL, &is_matceed)); in MatCeedCopy()