Home
last modified time | relevance | path

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

/honee/src/
H A Dmisc.c324 MatType pmat_coo_type; in PrintRunInfo() local
327 PetscCall(MatCeedGetCOOMatType(Pmat, &pmat_coo_type)); in PrintRunInfo()
328 …(PetscSNPrintf(pmat_coo_type_str, sizeof(pmat_coo_type_str), " (COO MatType: %s)", pmat_coo_type)); in PrintRunInfo()