Searched refs:pmat_coo_type_str (Results 1 – 1 of 1) sorted by relevance
428 char pmat_coo_type_str[PETSC_MAX_PATH_LEN]; in PrintRunInfo() local431 …PetscCall(PetscSNPrintf(pmat_coo_type_str, sizeof(pmat_coo_type_str), " (COO MatType: %s)", pmat_c… in PrintRunInfo()432 PetscCall(PetscStrlcat(pmat_type_str, pmat_coo_type_str, sizeof(pmat_type_str))); in PrintRunInfo()