Searched refs:pmat_type (Results 1 – 1 of 1) sorted by relevance
417 MatType amat_type, pmat_type; in PrintRunInfo() local423 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()