Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c428 char pmat_coo_type_str[PETSC_MAX_PATH_LEN]; in PrintRunInfo() local
431 …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()