Searched refs:pmat_coo_type (Results 1 – 1 of 1) sorted by relevance
427 MatType pmat_coo_type; in PrintRunInfo() local430 PetscCall(MatCeedGetCOOMatType(Pmat, &pmat_coo_type)); in PrintRunInfo()431 …(PetscSNPrintf(pmat_coo_type_str, sizeof(pmat_coo_type_str), " (COO MatType: %s)", pmat_coo_type)); in PrintRunInfo()