Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c417 MatType amat_type, pmat_type; in PrintRunInfo() local
423 PetscCall(MatGetType(Pmat, &pmat_type)); in PrintRunInfo()
425 PetscCall(PetscStrncpy(pmat_type_str, pmat_type, sizeof(pmat_type_str))); in PrintRunInfo()
426 if (!strcmp(pmat_type, MATCEED)) { in PrintRunInfo()