Searched refs:is_matshell (Results 1 – 1 of 1) sorted by relevance
548 PetscBool is_matceed = PETSC_FALSE, is_matshell = PETSC_FALSE; in MatCeedCopy() local556 PetscCall(PetscStrcmp(mat_type_other, MATSHELL, &is_matshell)); in MatCeedCopy()557 …PetscCheck(is_matceed || is_matshell, PETSC_COMM_SELF, PETSC_ERR_LIB, "mat_other must have type " … in MatCeedCopy()