Home
last modified time | relevance | path

Searched refs:mat_type_other (Results 1 – 1 of 1) sorted by relevance

/honee/src/
H A Dmat-ceed.c549 MatType mat_type_ceed, mat_type_other; in MatCeedCopy() local
554 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()