Searched refs:pmat_type (Results 1 – 1 of 1) sorted by relevance
314 MatType amat_type, pmat_type; in PrintRunInfo() local320 PetscCall(MatGetType(Pmat, &pmat_type)); in PrintRunInfo()322 PetscCall(PetscStrncpy(pmat_type_str, pmat_type, sizeof(pmat_type_str))); in PrintRunInfo()323 if (!strcmp(pmat_type, MATCEED)) { in PrintRunInfo()