Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c427 MatType pmat_coo_type; in PrintRunInfo() local
430 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()