Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dmisc.c416 char pmat_type_str[PETSC_MAX_PATH_LEN]; in PrintRunInfo() local
425 PetscCall(PetscStrncpy(pmat_type_str, pmat_type, sizeof(pmat_type_str))); in PrintRunInfo()
432 PetscCall(PetscStrlcat(pmat_type_str, pmat_coo_type_str, sizeof(pmat_type_str))); in PrintRunInfo()
438 amat_type, pmat_type_str)); in PrintRunInfo()