Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmat-ceed.c498 MatType mat_type_ceed, mat_type_other; in MatCeedCopy() local
503 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()